9 references to IsDigit
System.Xml (9)
System\Xml\XmlCharType.cs (2)
717
if (!
IsDigit
(str[i])) {
730
if ( !
IsDigit
( chars[i] ) ) {
System\Xml\XPath\Internal\XPathScanner.cs (7)
158
else if (XmlCharType.
IsDigit
(this.CurerntChar)) {
177
if (XmlCharType.
IsDigit
(this.CurerntChar)) {
243
Debug.Assert(this.CurerntChar == '.' || XmlCharType.
IsDigit
(this.CurerntChar));
246
while (XmlCharType.
IsDigit
(this.CurerntChar)) {
251
while (XmlCharType.
IsDigit
(this.CurerntChar)) {
259
Debug.Assert(XmlCharType.
IsDigit
(this.CurerntChar));
263
while (XmlCharType.
IsDigit
(this.CurerntChar)) {