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