3 references to InterpolatedStringText
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (3)
989content.Add(InterpolatedStringText(generator, escapedText, messageTemplate)); 993content.Add(InterpolatedStringText(generator, escapedTextParts.pre!, textParts.pre)); 995content.Add(InterpolatedStringText(generator, escapedTextParts.post!, textParts.post!));