2 instantiations of 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);
4 references to EnterExceptionHandlerInstruction
System.Linq.Expressions (4)
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);
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
1079
Emit(
EnterExceptionHandlerInstruction
.NonVoid);
1084
Emit(
EnterExceptionHandlerInstruction
.Void);