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