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