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