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