11 references to Instructions
illink (11)
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\MethodBodyScanner.cs (1)
290
foreach (Instruction operation in methodIL.
Instructions
) {
Linker.Dataflow\ScannerExtensions.cs (1)
22
foreach (Instruction operation in methodIL.
Instructions
) {
Linker.Steps\MarkStep.cs (4)
2567
return body.
Instructions
[0].OpCode.Code != Code.Ret;
2832
foreach (var ins in Context.GetMethodIL (body).
Instructions
) {
3499
foreach (Instruction instruction in methodIL.
Instructions
) {
3547
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
) {
113
foreach (Instruction instruction in methodIL.
Instructions
) {