9 references to IsDigit
System.Private.CoreLib (9)
src\libraries\Common\src\System\Number.Parsing.Common.cs (4)
100
if (
IsDigit
(ch))
185
if (
IsDigit
(ch))
198
while (
IsDigit
(ch))
207
} while (
IsDigit
(ch));
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (5)
372
if (
IsDigit
(num))
388
if (!
IsDigit
(num))
418
if (!
IsDigit
(num))
442
if (!
IsDigit
(num))
475
while (
IsDigit
(num))