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