3 references to IsNewLine
System.Data.Entity (3)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (2)
199
if (
IsNewLine
(c))
450
while (lookAheadChar != YY_EOF && (Char.IsWhiteSpace(lookAheadChar) ||
IsNewLine
(lookAheadChar)))
System\Data\EntitySqlException.cs (1)
218
if (CqlLexer.
IsNewLine
(c))