16 references to AttributesStatement
Microsoft.CodeAnalysis.VisualBasic (16)
Generated\Syntax.xml.Internal.Generated.vb (4)
37561
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
AttributesStatement
, attributeLists.Node, hash)
37566
Dim result = New AttributesStatementSyntax(SyntaxKind.
AttributesStatement
, attributeLists.Node)
49627
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
AttributesStatement
, attributeLists.Node, _factoryContext, hash)
49632
Dim result = New AttributesStatementSyntax(SyntaxKind.
AttributesStatement
, attributeLists.Node, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
12500
Return New AttributesStatementSyntax(SyntaxKind.
AttributesStatement
, Nothing, Nothing, attributeLists.Node)
35854
SyntaxKind.
AttributesStatement
,
36148
SyntaxKind.
AttributesStatement
,
36450
SyntaxKind.
AttributesStatement
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
12408
''' <item><description><see cref="SyntaxKind.
AttributesStatement
"/></description></item>
Parser\BlockContexts\CompilationUnitContext.vb (4)
56
_state = SyntaxKind.
AttributesStatement
58
Case SyntaxKind.
AttributesStatement
59
If node.Kind = SyntaxKind.
AttributesStatement
Then
108
Case SyntaxKind.
AttributesStatement
Parser\BlockContexts\DeclarationContext.vb (2)
167
Case SyntaxKind.
AttributesStatement
277
SyntaxKind.
AttributesStatement
,
Symbols\Symbol_Attributes.vb (1)
364
If parent.IsKind(SyntaxKind.
AttributesStatement
) AndAlso parent.Parent.IsKind(SyntaxKind.CompilationUnit) Then