1 write to HandlerEndIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
47
HandlerEndIndex
= handlerEndIndex;
3 references to HandlerEndIndex
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)
75
AddHandlerExit(catchHandler.
HandlerEndIndex
);