2 references to IsPrintable
Microsoft.CodeAnalysis.VisualBasic.ResultProvider (2)
src\Compilers\VisualBasic\Portable\SymbolDisplay\ObjectDisplay.vb (2)
398ElseIf CharUnicodeInfo.GetUnicodeCategory(c) = UnicodeCategory.Surrogate AndAlso IsPrintable(CharUnicodeInfo.GetUnicodeCategory(str, i - 1)) Then 490Return IsPrintable(CharUnicodeInfo.GetUnicodeCategory(c))