2 references to TryReplaceChar
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\ObjectDisplay.cs (2)
267
else if (escapeNonPrintable &&
TryReplaceChar
(c, out var replaceWith))
339
if (escapeNonPrintable &&
TryReplaceChar
(c, out replaceWith))