1 write to FinallyEndIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
97FinallyEndIndex = finallyEnd;
3 references to FinallyEndIndex
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
383while (index >= _tryHandler.FinallyStartIndex && index < _tryHandler.FinallyEndIndex)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
71Debug.Assert((FinallyStartIndex != Instruction.UnknownInstrIndex) == (FinallyEndIndex != Instruction.UnknownInstrIndex));
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
67AddHandlerExit(handler.FinallyEndIndex);