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