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