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