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