2 writes to yy_lexical_state
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexer.cs (2)
79
yy_lexical_state
= YYINITIAL;
625
yy_lexical_state
= state;
2 references to yy_lexical_state
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexer.cs (2)
1310
int yy_state = yy_state_dtrans[
yy_lexical_state
];
1378
yy_state = yy_state_dtrans[
yy_lexical_state
];