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