4 references to InterpolationFormatClause
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (4)
105if (content.InterpolationFormatClause != null) 108builder.Append(EscapeForNonRawStringLiteral(content.InterpolationFormatClause)); 314if (content.InterpolationFormatClause != null) 317builder.Append(content.InterpolationFormatClause);