2 references to TryGetMethodBody
ILCompiler.Compiler (2)
Compiler\Dataflow\InterproceduralState.cs (2)
58if (!TryGetMethodBody(method, out MethodIL? methodBody)) 82if (TryGetMethodBody(stateMachineMethod, out MethodIL? stateMachineMethodBody))