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