1 implementation of UsingKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
75
public int
UsingKeyword
=> (int)SyntaxKind.UsingKeyword;
1 reference to UsingKeyword
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SemanticModelExtensions.cs (1)
94
if (token.RawKind == syntaxKinds.
UsingKeyword
&&