1 write to InterpolationFormatClause
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringCopyPasteContent.cs (1)
57InterpolationFormatClause = interpolationFormatClause;
4 references to InterpolationFormatClause
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (4)
117if (content.InterpolationFormatClause != null) 120builder.Append(EscapeForNonRawStringLiteral(content.InterpolationFormatClause)); 326if (content.InterpolationFormatClause != null) 329builder.Append(content.InterpolationFormatClause);