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