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