1 write to HandlerStartIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
46HandlerStartIndex = handlerStartIndex;
3 references to HandlerStartIndex
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)
74_handlerEnter.Add(catchHandler.HandlerStartIndex - 1 /* include EnterExceptionHandler instruction */, catchHandler.ToString());