2 references to EnterExceptionHandlerInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
632internal static readonly EnterExceptionHandlerInstruction Void = new EnterExceptionHandlerInstruction(false); 633internal static readonly EnterExceptionHandlerInstruction NonVoid = new EnterExceptionHandlerInstruction(true);