15 references to Arguments
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
ExpressionTrees\Sources\ExprLambdaUtils.vb (2)
361
Dim n As Integer = node.
Arguments
.Count
364
Visit(node.
Arguments
(i))
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilderOfT.cs (1)
116
foreach (Expression argument in newExpression.
Arguments
)
System.Composition.Convention (1)
System\Composition\Convention\PartConventionBuilderOfT.cs (1)
178
foreach (Expression argument in newExpression.
Arguments
)
System.Linq.Expressions (11)
System\Linq\Expressions\DebugViewWriter.cs (1)
806
VisitExpressions('(', node.
Arguments
);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
357
public ReadOnlyCollection<Expression> Arguments => _node.
Arguments
;
System\Linq\Expressions\NewExpression.cs (9)
81
/// <param name="arguments">The <see cref="NewExpression.
Arguments
"/> property of the result.</param>
87
if (ExpressionUtils.SameElements(ref arguments,
Arguments
))
124
/// <returns>A <see cref="NewExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.New"/> and the <see cref="NewExpression.Constructor"/> and <see cref="NewExpression.
Arguments
"/> properties set to the specified value.</returns>
134
/// <param name="arguments">An <see cref="IEnumerable{T}"/> of <see cref="Expression"/> objects to use to populate the <see cref="NewExpression.
Arguments
"/> collection.</param>
135
/// <returns>A <see cref="NewExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.New"/> and the <see cref="NewExpression.Constructor"/> and <see cref="NewExpression.
Arguments
"/> properties set to the specified value.</returns>
158
/// <param name="arguments">An <see cref="IEnumerable{T}"/> of <see cref="Expression"/> objects to use to populate the <see cref="NewExpression.
Arguments
"/> collection.</param>
160
/// <returns>A <see cref="NewExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.New"/> and the <see cref="NewExpression.Constructor"/>, <see cref="NewExpression.
Arguments
"/> and <see cref="NewExpression.Members"/> properties set to the specified value.</returns>
183
/// <param name="arguments">An <see cref="IEnumerable{T}"/> of <see cref="Expression"/> objects to use to populate the <see cref="NewExpression.
Arguments
"/> collection.</param>
185
/// <returns>A <see cref="NewExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.New"/> and the <see cref="NewExpression.Constructor"/>, <see cref="NewExpression.
Arguments
"/> and <see cref="NewExpression.Members"/> properties set to the specified value.</returns>