8 references to IsDigit
Microsoft.TestPlatform.CommunicationUtilities (8)
Json\Jsonite\Jsonite.cs (8)
411
if (c == '-' ||
IsDigit
(c))
683
if (!
IsDigit
(c))
695
if (
IsDigit
(c))
707
} while (
IsDigit
(c));
716
if (!
IsDigit
(c))
725
} while (
IsDigit
(c));
740
if (!
IsDigit
(c))
749
} while (
IsDigit
(c));