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