3 types derived from ArgumentSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
24321Inherits ArgumentSyntax 24416Inherits ArgumentSyntax 24664Inherits ArgumentSyntax
12 instantiations of ArgumentSyntax
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\Syntax.xml.Internal.Generated.vb (12)
24326MyBase.New(kind) 24335MyBase.New(kind) 24345MyBase.New(kind, errors, annotations) 24354MyBase.New(reader) 24422MyBase.New(kind) 24435MyBase.New(kind) 24449MyBase.New(kind, errors, annotations) 24462MyBase.New(reader) 24671MyBase.New(kind) 24684MyBase.New(kind) 24698MyBase.New(kind, errors, annotations) 24711MyBase.New(reader)
21 references to ArgumentSyntax
Microsoft.CodeAnalysis.VisualBasic (21)
Generated\Syntax.xml.Internal.Generated.vb (4)
24245Friend ReadOnly Property Arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax) 24247Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ArgumentSyntax)(Me._arguments)) 37360Public Overridable Function VisitArgument(ByVal node As ArgumentSyntax) As VisualBasicSyntaxNode
Parser\ParseExpression.vb (9)
527Private Shared Function GetArgumentAsExpression(arg As ArgumentSyntax) As ExpressionSyntax 1313Dim arguments As CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax) = Nothing 1390Private Function ParseArguments(ByRef unexpected As GreenNode, Optional RedimOrNewParent As Boolean = False, Optional attributeListParent As Boolean = False) As CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax) 1391Dim arguments = _pool.AllocateSeparated(Of ArgumentSyntax)() 1475Private Shared Function ReportNonTrailingNamedArgumentIfNeeded(argument As ArgumentSyntax, seenNames As Boolean, allowNonTrailingNamedArguments As Boolean) As ArgumentSyntax 1492Private Sub ParseNamedArguments(arguments As SeparatedSyntaxListBuilder(Of ArgumentSyntax)) 1547Private Function ParseArgument(Optional RedimOrNewParent As Boolean = False) As ArgumentSyntax 1548Dim argument As ArgumentSyntax
Parser\Parser.vb (5)
3179Dim arguments As CoreInternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax) = Nothing 3232Dim arguments As CoreInternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax) 3338Private Function ParseArgumentList() As CoreInternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax) 3341Dim arguments = _pool.AllocateSeparated(Of ArgumentSyntax)() 3366Dim arg As ArgumentSyntax
Parser\ParseStatement.vb (3)
1622Dim argumentsBuilder As SeparatedSyntaxListBuilder(Of ArgumentSyntax) = _pool.AllocateSeparated(Of ArgumentSyntax)() 1644Dim arguments As CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of ArgumentSyntax) = argumentsBuilder.ToList