5 references to IsDigit
System.Data.Common (5)
System\Data\Filter\ExpressionParser.cs (5)
947if (IsDigit(ch)) 993Debug.Assert(IsDigit(text[_pos - 1]), "We have at least one digit in the buffer, ScanNumeric(), not a digit"); 995while (IsDigit(text[_pos])) 1006while (IsDigit(text[_pos])) 1020while (IsDigit(text[_pos]))