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