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