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