14 references to Arguments
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2342
For Each argument In node.
Arguments
Binding\Binder_Conversions.vb (1)
1649
Dim arguments = sourceTuple.
Arguments
Generated\BoundNodes.xml.Generated.vb (8)
3445
If inferredType IsNot Me.InferredType OrElse argumentNamesOpt <> Me.ArgumentNamesOpt OrElse inferredNamesOpt <> Me.InferredNamesOpt OrElse arguments <> Me.
Arguments
OrElse type IsNot Me.Type Then
3480
If naturalTypeOpt IsNot Me.NaturalTypeOpt OrElse arguments <> Me.
Arguments
OrElse type IsNot Me.Type Then
11421
Me.VisitList(node.
Arguments
)
11426
Me.VisitList(node.
Arguments
)
12426
Dim arguments As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
Arguments
)
12432
Dim arguments As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
Arguments
)
13660
New TreeDumperNode("arguments", Nothing, From x In node.
Arguments
Select Visit(x, Nothing)),
13668
New TreeDumperNode("arguments", Nothing, From x In node.
Arguments
Select Visit(x, Nothing)),
Lowering\LocalRewriter\LocalRewriter_TupleLiteralExpression.vb (1)
20
Dim rewrittenArguments As ImmutableArray(Of BoundExpression) = VisitList(node.
Arguments
)
Semantics\Conversions.vb (1)
1244
Dim arguments = source.
Arguments
Semantics\TypeInference\TypeArgumentInference.vb (1)
1127
Dim tupleArguments = tupleLiteral.
Arguments
Symbols\Tuples\TupleTypeSymbol.vb (1)
1124
diagnostics.Add(ERRID.WRN_TupleLiteralNameMismatch, literal.
Arguments
(i).Syntax.Parent.Location, sourceName, destination)