2 references to EscapeForNonRawVerbatimStringLiteral
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteHelpers.cs (2)
290return EscapeForNonRawVerbatimStringLiteral(isInterpolated, trySkipExistingEscapes, value); 424return EscapeForNonRawVerbatimStringLiteral(isInterpolated, trySkipExistingEscapes: false, value);