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