1 instantiation of EnterExceptionFilterInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
599internal static readonly EnterExceptionFilterInstruction Instance = new EnterExceptionFilterInstruction();
2 references to EnterExceptionFilterInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
599internal static readonly EnterExceptionFilterInstruction Instance = new EnterExceptionFilterInstruction();
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
1069Emit(EnterExceptionFilterInstruction.Instance);