37 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)
55
_state = SyntaxKind.
AttributesStatement
57
Case SyntaxKind.
AttributesStatement
58
If node.Kind = SyntaxKind.
AttributesStatement
Then
107
Case SyntaxKind.
AttributesStatement
Parser\BlockContexts\DeclarationContext.vb (2)
167
Case SyntaxKind.
AttributesStatement
277
SyntaxKind.
AttributesStatement
,
Symbols\Symbol_Attributes.vb (1)
367
If parent.IsKind(SyntaxKind.
AttributesStatement
) AndAlso parent.Parent.IsKind(SyntaxKind.CompilationUnit) Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1602
Case SyntaxKind.
AttributesStatement
Microsoft.CodeAnalysis.VisualBasic.Features (17)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.vb (2)
82
If node.Kind = SyntaxKind.
AttributesStatement
Then
97
Not m.IsKind(SyntaxKind.OptionStatement, SyntaxKind.
AttributesStatement
) AndAlso
Completion\KeywordRecommenders\Declarations\AttributeScopesKeywordRecommender.vb (1)
34
If attributeList.Parent.IsKind(SyntaxKind.
AttributesStatement
) Then
EditAndContinue\SyntaxComparer.vb (4)
740
Case SyntaxKind.
AttributesStatement
848
If nodeOpt IsNot Nothing AndAlso nodeOpt.IsParentKind(SyntaxKind.
AttributesStatement
) Then
858
If nodeOpt IsNot Nothing AndAlso nodeOpt.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
923
Case SyntaxKind.
AttributesStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (10)
1179
Case SyntaxKind.
AttributesStatement
,
1583
SyntaxKind.
AttributesStatement
1816
Case SyntaxKind.
AttributesStatement
1823
If node.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
1831
If node.IsParentKind(SyntaxKind.
AttributesStatement
) Then
1845
SyntaxKind.
AttributesStatement
1851
If oldNode.IsParentKind(SyntaxKind.
AttributesStatement
) Then
1859
If oldNode.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
1875
Case SyntaxKind.
AttributesStatement
1881
If newNode.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
3531
Case SyntaxKind.
AttributesStatement
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1602
Case SyntaxKind.
AttributesStatement
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1602
Case SyntaxKind.
AttributesStatement