2 references to IsPrintable
Microsoft.CodeAnalysis.VisualBasic.ResultProvider (2)
src\Compilers\VisualBasic\Portable\SymbolDisplay\ObjectDisplay.vb (2)
147If IsPrintable(c) OrElse Not options.IncludesOption(ObjectDisplayOptions.EscapeNonPrintableCharacters) Then 406shouldEscape = wellKnown IsNot Nothing OrElse Not IsPrintable(c)