1 implementation of IdentifierToken
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
145public int IdentifierToken => (int)SyntaxKind.IdentifierToken;
2 references to IdentifierToken
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckSpanService.cs (1)
106else if (token.RawKind == _syntaxKinds.IdentifierToken)
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
739=> token.RawKind == syntaxFacts.SyntaxKinds.IdentifierToken;