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