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