4 references to Arguments
System.Linq.Expressions (4)
System\Linq\Expressions\DebugViewWriter.cs (1)
549VisitExpressions('(', node.Arguments);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
191public ReadOnlyCollection<Expression> Arguments => _node.Arguments;
System\Linq\Expressions\InvocationExpression.cs (2)
54/// <param name="arguments">The <see cref="Arguments"/> property of the result.</param> 60if (ExpressionUtils.SameElements(ref arguments, Arguments))