38 references to StructureKeyword
Microsoft.CodeAnalysis.VisualBasic (38)
Generated\Syntax.xml.Internal.Generated.vb (4)
34175Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.StructureKeyword) 35265Debug.Assert(structureKeyword IsNot Nothing AndAlso structureKeyword.Kind = SyntaxKind.StructureKeyword) 46241Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.StructureKeyword) 47331Debug.Assert(structureKeyword IsNot Nothing AndAlso structureKeyword.Kind = SyntaxKind.StructureKeyword)
Generated\Syntax.xml.Main.Generated.vb (16)
5734Case SyntaxKind.StructureKeyword : 5892Case SyntaxKind.StructureKeyword 5904Return SyntaxFactory.EndStructureStatement(SyntaxFactory.Token(SyntaxKind.EndKeyword), SyntaxFactory.Token(SyntaxKind.StructureKeyword)) 6586Return SyntaxKind.StructureKeyword 7588Case SyntaxKind.StructureKeyword 7621Return SyntaxFactory.StructureStatement(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.StructureKeyword), identifier, typeParameterList) 7633Return SyntaxFactory.StructureStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.StructureKeyword), identifier, Nothing) 7645Return SyntaxFactory.StructureStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.StructureKeyword), SyntaxFactory.Identifier(identifier), Nothing) 8132Case SyntaxKind.StructureKeyword 8153Case SyntaxKind.StructureKeyword 8174Case SyntaxKind.StructureKeyword 8203Case SyntaxKind.StructureKeyword 44046SyntaxKind.StructureKeyword, 44120SyntaxKind.StructureKeyword 45123SyntaxKind.StructureKeyword, 45612Case SyntaxKind.StructureKeyword
Parser\BlockContexts\BlockContext.vb (1)
619endStmt = SyntaxFactory.EndStructureStatement(missingEndKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.StructureKeyword))
Parser\Parser.vb (8)
729Case SyntaxKind.ModuleKeyword, SyntaxKind.ClassKeyword, SyntaxKind.StructureKeyword, SyntaxKind.InterfaceKeyword 1053SyntaxKind.StructureKeyword, 1218SyntaxKind.StructureKeyword, 1327Case SyntaxKind.ModuleKeyword, SyntaxKind.ClassKeyword, SyntaxKind.StructureKeyword, SyntaxKind.InterfaceKeyword 1577Case SyntaxKind.StructureKeyword 1780Case SyntaxKind.StructureKeyword 1896SyntaxKind.StructureKeyword, 4435ElseIf CurrentToken.Kind = SyntaxKind.StructureKeyword Then
Scanner\KeywordTable.vb (1)
153SyntaxKind.StructureKeyword, None,
SymbolDisplay\SymbolDisplayVisitor.Types.vb (2)
463Return SyntaxKind.StructureKeyword 554AddKeyword(SyntaxKind.StructureKeyword)
Symbols\TypeParameterConstraint.vb (1)
80Return SyntaxKind.StructureKeyword
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
289SyntaxKind.StructureKeyword,
Syntax\SyntaxKindFacts.vb (3)
211SyntaxKind.StructureKeyword, 416SyntaxKind.StructureKeyword, 682Case SyntaxKind.StructureKeyword
Syntax\SyntaxNodeFactories.vb (1)
604SyntaxKind.StructureKeyword,