1 write to HandlerStartIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
46
HandlerStartIndex
= handlerStartIndex;
3 references to HandlerStartIndex
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
343
while (index >= exHandler.
HandlerStartIndex
&& index < exHandler.HandlerEndIndex)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
54
string.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());