6 references to Arguments
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
ExpressionTrees\Sources\ExprLambdaUtils.vb (2)
235
Dim n As Integer = node.
Arguments
.Count
238
Visit(node.
Arguments
(i))
System.Linq.Expressions (4)
System\Linq\Expressions\DebugViewWriter.cs (1)
549
VisitExpressions('(', node.
Arguments
);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
191
public ReadOnlyCollection<Expression> Arguments => _node.
Arguments
;
System\Linq\Expressions\InvocationExpression.cs (2)
54
/// <param name="arguments">The <see cref="
Arguments
"/> property of the result.</param>
60
if (ExpressionUtils.SameElements(ref arguments,
Arguments
))