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