3 references to EscapeForNonRawStringLiteral
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (3)
80
builder.Append(
EscapeForNonRawStringLiteral
(content.TextValue));
94
builder.Append(
EscapeForNonRawStringLiteral
(content.InterpolationExpression));
108
builder.Append(
EscapeForNonRawStringLiteral
(content.InterpolationFormatClause));