11 references to Instructions
illink (11)
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\MethodBodyScanner.cs (1)
315
foreach (Instruction operation in methodIL.
Instructions
)
Linker.Dataflow\ScannerExtensions.cs (1)
22
foreach (Instruction operation in methodIL.
Instructions
)
Linker.Steps\MarkStep.cs (4)
2811
return body.
Instructions
[0].OpCode.Code != Code.Ret;
3102
foreach (var ins in Context.GetMethodIL(body).
Instructions
)
3821
foreach (Instruction instruction in methodIL.
Instructions
)
3872
foreach (Instruction instruction in methodIL.
Instructions
)
Linker\BannedApiExtensions.cs (1)
16
=> context.GetMethodIL(body.Method).
Instructions
;
Linker\MethodBodyScanner.cs (2)
19
foreach (var ins in body.
Instructions
)
121
foreach (Instruction instruction in methodIL.
Instructions
)