2 references to LeaveExceptionHandlerInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
684
return s_cache[index] ??= new
LeaveExceptionHandlerInstruction
(labelIndex, hasValue);
686
return new
LeaveExceptionHandlerInstruction
(labelIndex, hasValue);