37 references to AttributesStatement
Microsoft.CodeAnalysis.VisualBasic (16)
Generated\Syntax.xml.Internal.Generated.vb (4)
45501
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
AttributesStatement
, attributeLists.Node, hash)
45506
Dim result = New AttributesStatementSyntax(SyntaxKind.
AttributesStatement
, attributeLists.Node)
57579
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
AttributesStatement
, attributeLists.Node, _factoryContext, hash)
57584
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)
355
If parent.IsKind(SyntaxKind.
AttributesStatement
) AndAlso parent.Parent.IsKind(SyntaxKind.CompilationUnit) Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
1640
Case SyntaxKind.
AttributesStatement
Microsoft.CodeAnalysis.VisualBasic.Features (18)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.vb (2)
81
If node.Kind = SyntaxKind.
AttributesStatement
Then
96
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)
738
Case SyntaxKind.
AttributesStatement
846
If nodeOpt IsNot Nothing AndAlso nodeOpt.IsParentKind(SyntaxKind.
AttributesStatement
) Then
856
If nodeOpt IsNot Nothing AndAlso nodeOpt.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
921
Case SyntaxKind.
AttributesStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (11)
1614
Case SyntaxKind.
AttributesStatement
,
2016
SyntaxKind.
AttributesStatement
2228
SyntaxKind.
AttributesStatement
,
2305
Case SyntaxKind.
AttributesStatement
2312
If node.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
2320
If node.IsParentKind(SyntaxKind.
AttributesStatement
) Then
2334
SyntaxKind.
AttributesStatement
2340
If oldNode.IsParentKind(SyntaxKind.
AttributesStatement
) Then
2348
If oldNode.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
2364
Case SyntaxKind.
AttributesStatement
2370
If newNode.Parent.IsParentKind(SyntaxKind.
AttributesStatement
) Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
3850
Case SyntaxKind.
AttributesStatement
VisualBasicSyntaxFacts.vb (1)
1640
Case SyntaxKind.
AttributesStatement