4 references to ThrowInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (4)
701
internal static readonly ThrowInstruction Throw = new
ThrowInstruction
(true, false);
702
internal static readonly ThrowInstruction VoidThrow = new
ThrowInstruction
(false, false);
703
internal static readonly ThrowInstruction Rethrow = new
ThrowInstruction
(true, true);
704
internal static readonly ThrowInstruction VoidRethrow = new
ThrowInstruction
(false, true);