25 references to GlobalKeyword
Microsoft.CodeAnalysis.VisualBasic (21)
Generated\Syntax.xml.Internal.Generated.vb (2)
45117Debug.Assert(globalKeyword IsNot Nothing AndAlso globalKeyword.Kind = SyntaxKind.GlobalKeyword) 57183Debug.Assert(globalKeyword IsNot Nothing AndAlso globalKeyword.Kind = SyntaxKind.GlobalKeyword)
Generated\Syntax.xml.Main.Generated.vb (4)
41185Case SyntaxKind.GlobalKeyword 41197Return SyntaxFactory.GlobalName(SyntaxFactory.Token(SyntaxKind.GlobalKeyword)) 45055SyntaxKind.GlobalKeyword, 45476Case SyntaxKind.GlobalKeyword
Parser\ParseExpression.vb (1)
239Case SyntaxKind.GlobalKeyword
Parser\Parser.vb (6)
181If CurrentToken.Kind = SyntaxKind.GlobalKeyword Then 829Case SyntaxKind.GlobalKeyword 1139SyntaxKind.GlobalKeyword, 2768Case SyntaxKind.GlobalKeyword, 2816Case SyntaxKind.GlobalKeyword, 3526ElseIf CurrentToken.Kind = SyntaxKind.GlobalKeyword Then
Parser\ParseXml.vb (1)
1288If CurrentToken.Kind = SyntaxKind.GlobalKeyword Then
Scanner\KeywordTable.vb (1)
84SyntaxKind.GlobalKeyword, New7to8,
SymbolDisplay\SymbolDisplayVisitor_Minimal.vb (1)
108AddKeyword(SyntaxKind.GlobalKeyword)
SymbolDisplay\SymbolDisplayVisitor.vb (2)
263Builder.Add(CreatePart(SymbolDisplayPartKind.Keyword, symbol, SyntaxFacts.GetText(SyntaxKind.GlobalKeyword), True)) 266Builder.Add(CreatePart(SymbolDisplayPartKind.Keyword, symbol, SyntaxFacts.GetText(SyntaxKind.GlobalKeyword), True))
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
221SyntaxKind.GlobalKeyword,
Syntax\SyntaxKindFacts.vb (1)
143SyntaxKind.GlobalKeyword,
Syntax\SyntaxNodeFactories.vb (1)
535SyntaxKind.GlobalKeyword,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
150Public ReadOnly Property GlobalKeyword As Integer = SyntaxKind.GlobalKeyword Implements ISyntaxKinds.GlobalKeyword
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
402If TypeOf token.Parent Is SimpleNameSyntax AndAlso token.Kind <> SyntaxKind.GlobalKeyword AndAlso token.Parent.Parent.IsKind(SyntaxKind.QualifiedName, SyntaxKind.QualifiedCrefOperatorReference) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
150Public ReadOnly Property GlobalKeyword As Integer = SyntaxKind.GlobalKeyword Implements ISyntaxKinds.GlobalKeyword
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
150Public ReadOnly Property GlobalKeyword As Integer = SyntaxKind.GlobalKeyword Implements ISyntaxKinds.GlobalKeyword