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