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