1 write to TryEndIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
190TryEndIndex = tryEnd;
2 references to TryEndIndex
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
444while (index >= _tryHandler.TryStartIndex && index < _tryHandler.TryEndIndex)
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
92AddHandlerExit(handler.TryEndIndex + 1 /* include Goto instruction that acts as a "leave" */);