5 references to IsAsciiDigit
System.Data.SqlXml (5)
System\Xml\Xsl\XPath\XPathScanner.cs (5)
206} else if (IsAsciiDigit(curChar)) { 419Debug.Assert(IsAsciiDigit(curChar) || curChar == '.'); 420while (IsAsciiDigit(curChar)) { 425while (IsAsciiDigit(curChar)) { 434while (IsAsciiDigit(curChar)) {