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