1 write to HandlerEndIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
47HandlerEndIndex = handlerEndIndex;
3 references to HandlerEndIndex
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
343while (index >= exHandler.HandlerStartIndex && index < exHandler.HandlerEndIndex)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
54string.Create(CultureInfo.InvariantCulture, $"catch ({_exceptionType.Name}) [{HandlerStartIndex}->{HandlerEndIndex}]");
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
75AddHandlerExit(catchHandler.HandlerEndIndex);