2 instantiations of 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);
4 references to EnterExceptionHandlerInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
632internal static readonly EnterExceptionHandlerInstruction Void = new EnterExceptionHandlerInstruction(false); 633internal static readonly EnterExceptionHandlerInstruction NonVoid = new EnterExceptionHandlerInstruction(true);
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
1079Emit(EnterExceptionHandlerInstruction.NonVoid); 1084Emit(EnterExceptionHandlerInstruction.Void);