3 references to IsStringConcat
Microsoft.CodeAnalysis.Features (3)
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (3)
42
.Where(expr =>
IsStringConcat
(syntaxFacts, expr, semanticModel, cancellationToken))
62
IsStringConcat
(syntaxFacts, top.Parent, semanticModel, cancellationToken))
272
if (!
IsStringConcat
(syntaxFacts, node, semanticModel, cancellationToken))