8 references to Eof
Microsoft.ML.Transforms (8)
Expression\Lexer.cs (8)
144
if (
Eof
)
162
Contracts.Assert(
Eof
);
168
Contracts.Assert(!
Eof
);
480
else if (
Eof
)
499
if (ch == chQuote ||
Eof
|| LexCharUtils.IsLineTerm(ch))
735
if (LexCharUtils.IsLineTerm(ChNext()) ||
Eof
)
748
if (
Eof
)
839
} while (LexCharUtils.StartKind(ChNext()) == LexStartKind.None && !
Eof
);