5 references to IsAsciiDigit
System.Private.Xml (5)
System\Xml\Xsl\XPath\XPathScanner.cs (5)
225
else if (
IsAsciiDigit
(_curChar))
485
Debug.Assert(
IsAsciiDigit
(_curChar) || _curChar == '.');
486
while (
IsAsciiDigit
(_curChar))
493
while (
IsAsciiDigit
(_curChar))
505
while (
IsAsciiDigit
(_curChar))