1 implementation of XmlTextLiteralToken
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
67public int XmlTextLiteralToken => (int)SyntaxKind.XmlTextLiteralToken;
1 reference to XmlTextLiteralToken
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckSpanService.cs (1)
270if (token.RawKind == _syntaxFacts.SyntaxKinds.XmlTextLiteralToken)