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