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