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