1 write to GotoEndTargetIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
98
GotoEndTargetIndex
= gotoEndLabelIndex;
2 references to GotoEndTargetIndex
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
316
if (index == _tryHandler.
GotoEndTargetIndex
)
350
if (index == _tryHandler.
GotoEndTargetIndex
)