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