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