8 references to Instructions
illink (8)
Linker.Steps\UnreachableBlocksOptimizer.cs (8)
639
FoldedInstructions = new Collection<Instruction>(
Instructions
);
652
mapping[
Instructions
[index]] = index;
877
var instructions =
Instructions
;
972
if (index ==
Instructions
.Count - 1 &&
Instructions
[index].OpCode == OpCodes.Ret &&
973
index > 0 && IsConditionalBranch(
Instructions
[index - 1].OpCode))
976
processor.InsertAfter(
Instructions
[index], Instruction.Create(OpCodes.Throw));
1225
var instrs =
Instructions
;