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