4 references to CheckNumber
mscorlib (4)
system\char.cs (4)
619return (CheckNumber(GetLatin1UnicodeCategory(c))); 621return (CheckNumber(CharUnicodeInfo.GetUnicodeCategory(c))); 637return (CheckNumber(GetLatin1UnicodeCategory(c))); 639return (CheckNumber(CharUnicodeInfo.GetUnicodeCategory(s, index)));