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