11 references to AttributeList
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\BinderFactory.vb (1)
507
Case SyntaxKind.
AttributeList
Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb (1)
163
Case SyntaxKind.
AttributeList
Generated\Syntax.xml.Internal.Generated.vb (4)
37488
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
AttributeList
, lessThanToken, attributes.Node, greaterThanToken, hash)
37493
Dim result = New AttributeListSyntax(SyntaxKind.
AttributeList
, lessThanToken, attributes.Node, greaterThanToken)
49554
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
AttributeList
, lessThanToken, attributes.Node, greaterThanToken, _factoryContext, hash)
49559
Dim result = New AttributeListSyntax(SyntaxKind.
AttributeList
, lessThanToken, attributes.Node, greaterThanToken, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
12386
Return New AttributeListSyntax(SyntaxKind.
AttributeList
, Nothing, Nothing, DirectCast(lessThanToken.Node, InternalSyntax.PunctuationSyntax), attributes.Node, DirectCast(greaterThanToken.Node, InternalSyntax.PunctuationSyntax))
Generated\Syntax.xml.Syntax.Generated.vb (1)
12004
''' <item><description><see cref="SyntaxKind.
AttributeList
"/></description></item>
Parser\BlockContexts\ExecutableStatementContext.vb (1)
184
SyntaxKind.
AttributeList
,
Syntax\SyntaxFacts.vb (1)
1055
Return parentKind = SyntaxKind.
AttributeList
Syntax\SyntaxNormalizer.vb (1)
506
token.Parent.Kind = SyntaxKind.
AttributeList
) Then