3 references to EscapeForNonRawStringLiteral
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (3)
92
builder.Append(
EscapeForNonRawStringLiteral
(content.TextValue));
106
builder.Append(
EscapeForNonRawStringLiteral
(content.InterpolationExpression));
120
builder.Append(
EscapeForNonRawStringLiteral
(content.InterpolationFormatClause));