6 references to YY_EOF
System.Data.Entity (6)
System\Data\Common\EntitySql\CqlLexer.cs (3)
657return (char) YY_EOF; 671return (char) YY_EOF; 1332if (YY_EOF == yy_lookahead && yy_initial)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (3)
450while (lookAheadChar != YY_EOF && (Char.IsWhiteSpace(lookAheadChar) || IsNewLine(lookAheadChar))) 620while (ch != YY_EOF) 635Debug.Assert(ch == YY_EOF, "ch == YY_EOF");