4 references to CheckNumber
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Char.cs (4)
710return CheckNumber(GetLatin1UnicodeCategory(c)); 712return CheckNumber(CharUnicodeInfo.GetUnicodeCategory(c)); 734return CheckNumber(GetLatin1UnicodeCategory(c)); 737return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index));