9 references to Arguments
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1007
For Each argument In node.
Arguments
BoundTree\Expression.vb (1)
103
Return StaticCast(Of BoundNode).From(Me.
Arguments
)
Generated\BoundNodes.xml.Generated.vb (4)
3654
If binderOpt IsNot Me.BinderOpt OrElse declarations <> Me.Declarations OrElse arguments <> Me.
Arguments
OrElse type IsNot Me.Type Then
11443
Me.VisitList(node.
Arguments
)
12454
Dim arguments As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
Arguments
)
13696
New TreeDumperNode("arguments", Nothing, From x In node.
Arguments
Select Visit(x, Nothing)),
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
71
Me.VisitList(node.
Arguments
)
Lowering\LocalRewriter\LocalRewriter_AnonymousTypeCreationExpression.vb (2)
20
Dim fieldsCount As Integer = node.
Arguments
.Length
30
newArguments(index) = node.
Arguments
(index)