4 references to CheckNumber
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Char.cs (4)
762return CheckNumber(GetLatin1UnicodeCategory(c)); 764return CheckNumber(CharUnicodeInfo.GetUnicodeCategory(c)); 786return CheckNumber(GetLatin1UnicodeCategory(c)); 789return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index));