7 references to Throw
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
135Expression.Throw(
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
45var error = new DynamicMetaObject(System.Linq.Expressions.Expression.Throw(
PresentationFramework-SystemCore (1)
DynamicAccessorImpl.cs (1)
235Expression.Throw(
System.Linq.Expressions (4)
System\Dynamic\DynamicObject.cs (1)
609Expression.Throw(
System\Linq\Expressions\UnaryExpression.cs (3)
330ExpressionType.Throw => Throw(operand, type), 861return Throw(null, type); 871return Throw(value, typeof(void));