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