9 references to GetMethodIL
illink (9)
Linker.Dataflow\CompilerGeneratedState.cs (1)
383
foreach (var instr in context.
GetMethodIL
(body).Instructions) {
Linker.Dataflow\FlowAnnotations.cs (1)
440
foreach (Instruction instruction in _context.
GetMethodIL
(body).Instructions) {
Linker.Dataflow\InterproceduralState.cs (2)
50
TrackMethod (lattice.Context.
GetMethodIL
(methodBody));
67
methodsList.Add (lattice.Context.
GetMethodIL
(stateMachineMethodBody));
Linker.Steps\MarkStep.cs (4)
2832
foreach (var ins in Context.
GetMethodIL
(body).Instructions) {
3469
var processedMethodBody = Context.
GetMethodIL
(body);
3729
requiresReflectionMethodBodyScanner |= MarkAndCheckRequiresReflectionMethodBodyScanner (Context.
GetMethodIL
(nestedBody), origin);
3734
requiresReflectionMethodBodyScanner |= MarkAndCheckRequiresReflectionMethodBodyScanner (Context.
GetMethodIL
(stateMachineBody), origin);
Linker\BannedApiExtensions.cs (1)
28
=> context.
GetMethodIL
(body);