9 references to IsAsciiDigit
System.Data.SqlXml (9)
System\Xml\Xsl\XPathConvert.cs (9)
2662
if (
IsAsciiDigit
(ch)) {
2674
if (
IsAsciiDigit
(*pch)) {
2698
if (!
IsAsciiDigit
(ch)) {
2703
Debug.Assert(
IsAsciiDigit
(ch));
2707
} while (
IsAsciiDigit
(ch));
2727
while (
IsAsciiDigit
(ch)) {
2758
Debug.Assert(
IsAsciiDigit
(*pchFirstDig));
2777
Debug.Assert(
IsAsciiDigit
(*pchFirstDig) && *pchFirstDig != '0');
2783
Debug.Assert(
IsAsciiDigit
(*pch) && *pch != '0');