15 references to Arguments
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2326
For Each argument In node.
Arguments
Binding\Binder_Conversions.vb (1)
1634
Dim arguments = sourceTuple.
Arguments
Generated\BoundNodes.xml.Generated.vb (8)
3426
If inferredType IsNot Me.InferredType OrElse argumentNamesOpt <> Me.ArgumentNamesOpt OrElse inferredNamesOpt <> Me.InferredNamesOpt OrElse arguments <> Me.
Arguments
OrElse type IsNot Me.Type Then
3461
If naturalTypeOpt IsNot Me.NaturalTypeOpt OrElse arguments <> Me.
Arguments
OrElse type IsNot Me.Type Then
11387
Me.VisitList(node.
Arguments
)
11392
Me.VisitList(node.
Arguments
)
12392
Dim arguments As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
Arguments
)
12398
Dim arguments As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
Arguments
)
13623
New TreeDumperNode("arguments", Nothing, From x In node.
Arguments
Select Visit(x, Nothing)),
13631
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
)
Operations\VisualBasicOperationFactory.vb (1)
1551
Dim elements As ImmutableArray(Of IOperation) = CreateFromArray(Of BoundExpression, IOperation)(boundTupleExpression.
Arguments
)
Semantics\Conversions.vb (1)
1240
Dim arguments = source.
Arguments
Semantics\TypeInference\TypeArgumentInference.vb (1)
1131
Dim tupleArguments = tupleLiteral.
Arguments
Symbols\Tuples\TupleTypeSymbol.vb (1)
1124
diagnostics.Add(ERRID.WRN_TupleLiteralNameMismatch, literal.
Arguments
(i).Syntax.Parent.Location, sourceName, destination)