37 references to AttributesStatement
Microsoft.CodeAnalysis.VisualBasic (16)
Generated\Syntax.xml.Internal.Generated.vb (4)
45501Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.AttributesStatement, attributeLists.Node, hash) 45506Dim result = New AttributesStatementSyntax(SyntaxKind.AttributesStatement, attributeLists.Node) 57579Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.AttributesStatement, attributeLists.Node, _factoryContext, hash) 57584Dim result = New AttributesStatementSyntax(SyntaxKind.AttributesStatement, attributeLists.Node, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
12500Return New AttributesStatementSyntax(SyntaxKind.AttributesStatement, Nothing, Nothing, attributeLists.Node) 35854SyntaxKind.AttributesStatement, 36148SyntaxKind.AttributesStatement, 36450SyntaxKind.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 58Case SyntaxKind.AttributesStatement 59If node.Kind = SyntaxKind.AttributesStatement Then 108Case SyntaxKind.AttributesStatement
Parser\BlockContexts\DeclarationContext.vb (2)
167Case SyntaxKind.AttributesStatement 277SyntaxKind.AttributesStatement,
Symbols\Symbol_Attributes.vb (1)
355If parent.IsKind(SyntaxKind.AttributesStatement) AndAlso parent.Parent.IsKind(SyntaxKind.CompilationUnit) Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
1640Case SyntaxKind.AttributesStatement
Microsoft.CodeAnalysis.VisualBasic.Features (18)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.vb (2)
81If node.Kind = SyntaxKind.AttributesStatement Then 96Not m.IsKind(SyntaxKind.OptionStatement, SyntaxKind.AttributesStatement) AndAlso
Completion\KeywordRecommenders\Declarations\AttributeScopesKeywordRecommender.vb (1)
34If attributeList.Parent.IsKind(SyntaxKind.AttributesStatement) Then
EditAndContinue\SyntaxComparer.vb (4)
738Case SyntaxKind.AttributesStatement 846If nodeOpt IsNot Nothing AndAlso nodeOpt.IsParentKind(SyntaxKind.AttributesStatement) Then 856If nodeOpt IsNot Nothing AndAlso nodeOpt.Parent.IsParentKind(SyntaxKind.AttributesStatement) Then 921Case SyntaxKind.AttributesStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (11)
1614Case SyntaxKind.AttributesStatement, 2016SyntaxKind.AttributesStatement 2228SyntaxKind.AttributesStatement, 2305Case SyntaxKind.AttributesStatement 2312If node.Parent.IsParentKind(SyntaxKind.AttributesStatement) Then 2320If node.IsParentKind(SyntaxKind.AttributesStatement) Then 2334SyntaxKind.AttributesStatement 2340If oldNode.IsParentKind(SyntaxKind.AttributesStatement) Then 2348If oldNode.Parent.IsParentKind(SyntaxKind.AttributesStatement) Then 2364Case SyntaxKind.AttributesStatement 2370If newNode.Parent.IsParentKind(SyntaxKind.AttributesStatement) Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
3850Case SyntaxKind.AttributesStatement
VisualBasicSyntaxFacts.vb (1)
1640Case SyntaxKind.AttributesStatement