This example shows how to programmatically find methods referenced in the code of the specified C# method using GetReferencedMethods.
The example is a .NET Core application that uses .NET Standard build of CilTools.BytecodeAnalysis. It requires .NET Core SDK version 3.1 or above. To build it, open the command line in the sample directory and enter dotnet build.