7 references to IsStringLiteral
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Completion\CompletionServiceTests.cs (1)
136
if (syntaxFacts.
IsStringLiteral
(token) || syntaxFacts.IsVerbatimStringLiteral(token))
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\AbstractInternalsVisibleToCompletionProvider.cs (1)
254
if (syntaxFacts.
IsStringLiteral
(token) || syntaxFacts.IsVerbatimStringLiteral(token))
FindUsages\AbstractFindUsagesService_FindReferences.cs (1)
186
syntaxFacts.
IsStringLiteral
(t),
SpellCheck\AbstractSpellCheckSpanService.cs (1)
81
if (_syntaxFacts.
IsStringLiteral
(token) ||
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
172
syntaxFacts.
IsStringLiteral
(token))
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (1)
168
if (!syntaxFacts.
IsStringLiteral
(token))
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
134
if (syntaxFacts.
IsStringLiteral
(token))