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