5 references to IsDigit
System.Data (5)
fx\src\data\System\Data\Filter\ExpressionParser.cs (5)
897if (IsDigit(ch)) { 938Debug.Assert(IsDigit(text[pos-1]), "We have at least one digit in the buffer, ScanNumeric(), not a digit"); 940while (IsDigit(text[pos])) { 949while (IsDigit(text[pos])) { 960while (IsDigit(text[pos])) {