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