5 references to Throw
System.Core (5)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
521
Expression.
Throw
(
Microsoft\Scripting\Ast\UnaryExpression.cs (3)
338
return
Throw
(operand, type);
812
return
Throw
(null, type);
821
return
Throw
(value, typeof(void));
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
549
expr = Expression.
Throw
(value.Node, node.Type);