1 write to FinallyEndIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
192FinallyEndIndex = finallyEnd;
2 references to FinallyEndIndex
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
466while (index >= _tryHandler.FinallyStartIndex && index < _tryHandler.FinallyEndIndex)
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
95AddHandlerExit(handler.FinallyEndIndex);