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