6 references to _syntaxFacts
Microsoft.CodeAnalysis.Features (6)
SpellCheck\AbstractSpellCheckSpanService.cs (6)
91
if (
_syntaxFacts
.IsStringLiteral(token))
93
AddStringSpans(token, canContainEscapes: !
_syntaxFacts
.IsVerbatimStringLiteral(token));
104
AddStringSpans(token, canContainEscapes: !
_syntaxFacts
.IsVerbatimInterpolatedStringExpression(token.Parent.Parent));
249
if (
_syntaxFacts
.IsRegularComment(trivia))
253
else if (
_syntaxFacts
.IsDocumentationComment(trivia))
270
if (token.RawKind ==
_syntaxFacts
.SyntaxKinds.XmlTextLiteralToken)