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)
723Case SyntaxKind.ModuleKeyword, SyntaxKind.ClassKeyword, SyntaxKind.StructureKeyword, SyntaxKind.InterfaceKeyword 1047SyntaxKind.StructureKeyword, 1212SyntaxKind.StructureKeyword, 1321Case SyntaxKind.ModuleKeyword, SyntaxKind.ClassKeyword, SyntaxKind.StructureKeyword, SyntaxKind.InterfaceKeyword 1571Case SyntaxKind.StructureKeyword 1774Case SyntaxKind.StructureKeyword 1890SyntaxKind.StructureKeyword, 4429ElseIf CurrentToken.Kind = SyntaxKind.StructureKeyword Then
Scanner\KeywordTable.vb (1)
153SyntaxKind.StructureKeyword, None,
SymbolDisplay\SymbolDisplayVisitor.Types.vb (2)
462Return SyntaxKind.StructureKeyword 553AddKeyword(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)
589SyntaxKind.StructureKeyword,