9 references to GetMethodIL
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (1)
460
foreach (var instr in context.
GetMethodIL
(body).Instructions)
Linker.Dataflow\FlowAnnotations.cs (1)
532
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)
3098
foreach (var ins in Context.
GetMethodIL
(body).Instructions)
3786
var processedMethodBody = Context.
GetMethodIL
(body);
4117
requiresReflectionMethodBodyScanner |= MarkAndCheckRequiresReflectionMethodBodyScanner(Context.
GetMethodIL
(nestedBody), nestedOrigin);
4126
requiresReflectionMethodBodyScanner |= MarkAndCheckRequiresReflectionMethodBodyScanner(Context.
GetMethodIL
(stateMachineBody), stateMachineOrigin);
Linker\BannedApiExtensions.cs (1)
28
=> context.
GetMethodIL
(body);