4 references to InterpolationFormatClause
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (4)
104if (content.InterpolationFormatClause != null) 107builder.Append(EscapeForNonRawStringLiteral(content.InterpolationFormatClause)); 313if (content.InterpolationFormatClause != null) 316builder.Append(content.InterpolationFormatClause);