10 references to IsDigit
System.Private.CoreLib (10)
src\runtime\src\libraries\Common\src\System\Number.Parsing.Common.cs (4)
108if (IsDigit(ch)) 193if (IsDigit(ch)) 206while (IsDigit(ch)) 215} while (IsDigit(ch));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (6)
417if (IsDigit(num)) 433if (!IsDigit(num)) 463if (!IsDigit(num)) 487if (!IsDigit(num)) 520while (IsDigit(num)) 1411if (!IsDigit(ech))