8 references to Instructions
illink (8)
Linker.Steps\UnreachableBlocksOptimizer.cs (8)
666
FoldedInstructions = new Collection<Instruction>(
Instructions
);
679
mapping[
Instructions
[index]] = index;
904
var instructions =
Instructions
;
999
if (index ==
Instructions
.Count - 1 &&
Instructions
[index].OpCode == OpCodes.Ret &&
1000
index > 0 && IsConditionalBranch(
Instructions
[index - 1].OpCode))
1003
processor.InsertAfter(
Instructions
[index], Instruction.Create(OpCodes.Throw));
1252
var instrs =
Instructions
;