1 implementation of GlobalKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
145public int GlobalKeyword => (int)SyntaxKind.GlobalKeyword;
1 reference to GlobalKeyword
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
722=> token.RawKind == syntaxFacts.SyntaxKinds.GlobalKeyword;