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