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