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