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