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