2 writes to yy_last_was_cr
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexer.cs (2)
699
yy_last_was_cr
=true;
703
yy_last_was_cr
=false;
1 reference to yy_last_was_cr
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlLexer.cs (1)
692
if (yy_buffer[i] == '\n' && !
yy_last_was_cr
)