2 references to IsDigit
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (2)
645if (!isIdentifierASCII && !IsLetter(symbol[i]) && !IsDigit(symbol[i]) && (symbol[i] != '_')) 665return (IsDigit(c) || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F'));