10 references to Throw
System.Core (10)
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
739
case ExpressionType.
Throw
:
893
case ExpressionType.
Throw
:
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
639
case ExpressionType.
Throw
:
Microsoft\Scripting\Ast\UnaryExpression.cs (3)
89
if (NodeType == ExpressionType.TypeAs || NodeType == ExpressionType.Quote || NodeType == ExpressionType.
Throw
) {
337
case ExpressionType.
Throw
:
838
return new UnaryExpression(ExpressionType.
Throw
, value, type, null);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
106
case ExpressionType.
Throw
:
Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs (1)
232
case ExpressionType.
Throw
:
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
560
Debug.Assert(node.NodeType != ExpressionType.
Throw
, "unexpected Throw");
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
218
case ExpressionType.
Throw
: