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