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)
338
if (
IsDigit
(num))
354
if (!
IsDigit
(num))
384
if (!
IsDigit
(num))
408
if (!
IsDigit
(num))
441
while (
IsDigit
(num))