1 write to TryStartIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
94TryStartIndex = tryStart;
2 references to TryStartIndex
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
309while (index >= _tryHandler.TryStartIndex && index < _tryHandler.TryEndIndex)
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
61AddTryStart(handler.TryStartIndex);