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