9 references to GetMethodIL
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (1)
447
foreach (var instr in context.
GetMethodIL
(body).Instructions)
Linker.Dataflow\FlowAnnotations.cs (1)
484
foreach (Instruction instruction in _context.
GetMethodIL
(body).Instructions)
Linker.Dataflow\InterproceduralState.cs (2)
50
TrackMethod(lattice.Context.
GetMethodIL
(methodBody));
69
methodsList.Add(lattice.Context.
GetMethodIL
(stateMachineMethodBody));
Linker.Steps\MarkStep.cs (4)
3102
foreach (var ins in Context.
GetMethodIL
(body).Instructions)
3790
var processedMethodBody = Context.
GetMethodIL
(body);
4076
requiresReflectionMethodBodyScanner |= MarkAndCheckRequiresReflectionMethodBodyScanner(Context.
GetMethodIL
(nestedBody), origin);
4082
requiresReflectionMethodBodyScanner |= MarkAndCheckRequiresReflectionMethodBodyScanner(Context.
GetMethodIL
(stateMachineBody), origin);
Linker\BannedApiExtensions.cs (1)
28
=> context.
GetMethodIL
(body);