1 write to FinallyStartIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
96FinallyStartIndex = finallyStart;
5 references to FinallyStartIndex
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
376int index = frame.InstructionIndex = _tryHandler.FinallyStartIndex; 377while (index >= _tryHandler.FinallyStartIndex && index < _tryHandler.FinallyEndIndex)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
71Debug.Assert((FinallyStartIndex != Instruction.UnknownInstrIndex) == (FinallyEndIndex != Instruction.UnknownInstrIndex)); 72return FinallyStartIndex != Instruction.UnknownInstrIndex;
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
66_handlerEnter.Add(handler.FinallyStartIndex, "finally");