9 references to UnknownInstrIndex
System.Linq.Expressions (9)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (4)
166
Debug.Assert(_labelIndex !=
UnknownInstrIndex
);
172
Debug.Assert(_labelIndex !=
UnknownInstrIndex
);
179
Debug.Assert(_labelIndex !=
UnknownInstrIndex
);
288
return new EnterTryCatchFinallyInstruction(
UnknownInstrIndex
, false);
System\Linq\Expressions\Interpreter\LightCompiler.cs (5)
71
Debug.Assert((FinallyStartIndex != Instruction.
UnknownInstrIndex
) == (FinallyEndIndex != Instruction.
UnknownInstrIndex
));
72
return FinallyStartIndex != Instruction.
UnknownInstrIndex
;
84
: this(tryStart, tryEnd, gotoEndTargetIndex, Instruction.
UnknownInstrIndex
, Instruction.
UnknownInstrIndex
, handlers)