3 types derived from ArgumentSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
19148
Inherits
ArgumentSyntax
19222
Inherits
ArgumentSyntax
19416
Inherits
ArgumentSyntax
9 instantiations of ArgumentSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (9)
19153
MyBase.
New
(kind)
19162
MyBase.
New
(kind)
19172
MyBase.
New
(kind, errors, annotations)
19228
MyBase.
New
(kind)
19241
MyBase.
New
(kind)
19255
MyBase.
New
(kind, errors, annotations)
19423
MyBase.
New
(kind)
19436
MyBase.
New
(kind)
19450
MyBase.
New
(kind, errors, annotations)
21 references to ArgumentSyntax
Microsoft.CodeAnalysis.VisualBasic (21)
Generated\Syntax.xml.Internal.Generated.vb (4)
19076
Friend ReadOnly Property Arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
)
19078
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of
ArgumentSyntax
)(Me._arguments))
29432
Public Overridable Function VisitArgument(ByVal node As
ArgumentSyntax
) As VisualBasicSyntaxNode
Parser\ParseExpression.vb (9)
527
Private Shared Function GetArgumentAsExpression(arg As
ArgumentSyntax
) As ExpressionSyntax
1315
Dim arguments As CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
) = Nothing
1392
Private Function ParseArguments(ByRef unexpected As GreenNode, Optional RedimOrNewParent As Boolean = False, Optional attributeListParent As Boolean = False) As CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
)
1393
Dim arguments = _pool.AllocateSeparated(Of
ArgumentSyntax
)()
1477
Private Shared Function ReportNonTrailingNamedArgumentIfNeeded(argument As
ArgumentSyntax
, seenNames As Boolean, allowNonTrailingNamedArguments As Boolean) As
ArgumentSyntax
1494
Private Sub ParseNamedArguments(arguments As SeparatedSyntaxListBuilder(Of
ArgumentSyntax
))
1549
Private Function ParseArgument(Optional RedimOrNewParent As Boolean = False) As
ArgumentSyntax
1550
Dim argument As
ArgumentSyntax
Parser\Parser.vb (5)
3180
Dim arguments As CoreInternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
) = Nothing
3233
Dim arguments As CoreInternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
)
3339
Private Function ParseArgumentList() As CoreInternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
)
3342
Dim arguments = _pool.AllocateSeparated(Of
ArgumentSyntax
)()
3367
Dim arg As
ArgumentSyntax
Parser\ParseStatement.vb (3)
1623
Dim argumentsBuilder As SeparatedSyntaxListBuilder(Of
ArgumentSyntax
) = _pool.AllocateSeparated(Of
ArgumentSyntax
)()
1645
Dim arguments As CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
ArgumentSyntax
) = argumentsBuilder.ToList