3 references to EscapeForNonRawStringLiteral
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (3)
79
builder.Append(
EscapeForNonRawStringLiteral
(content.TextValue));
93
builder.Append(
EscapeForNonRawStringLiteral
(content.InterpolationExpression));
107
builder.Append(
EscapeForNonRawStringLiteral
(content.InterpolationFormatClause));