1 write to FinallyStartIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
191FinallyStartIndex = finallyStart;
3 references to FinallyStartIndex
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
465int index = frame.InstructionIndex = _tryHandler.FinallyStartIndex; 466while (index >= _tryHandler.FinallyStartIndex && index < _tryHandler.FinallyEndIndex)
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
94_handlerEnter.Add(handler.FinallyStartIndex, "fault");