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