4 references to CheckNumber
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Char.cs (4)
743return CheckNumber(GetLatin1UnicodeCategory(c)); 745return CheckNumber(CharUnicodeInfo.GetUnicodeCategory(c)); 767return CheckNumber(GetLatin1UnicodeCategory(c)); 770return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index));