8 references to Instructions
illink (8)
Linker.Steps\UnreachableBlocksOptimizer.cs (8)
596
FoldedInstructions = new Collection<Instruction> (
Instructions
);
609
mapping[
Instructions
[index]] = index;
816
var instructions =
Instructions
;
906
if (index ==
Instructions
.Count - 1 &&
Instructions
[index].OpCode == OpCodes.Ret &&
907
index > 0 && IsConditionalBranch (
Instructions
[index - 1].OpCode)) {
909
processor.InsertAfter (
Instructions
[index], Instruction.Create (OpCodes.Throw));
1131
var instrs =
Instructions
;