13 references to Eof
Microsoft.ML.Core (13)
CommandLine\CmdLexer.cs (10)
38while (!_curs.Eof) 110while ((ch = _curs.ChNext()) != '\x0D' && ch != '\x0A' && !_curs.Eof) 123while (!_curs.Eof) 172while (!_curs.Eof) 254while (!_curs.Eof) 299if (lex._error || !curs.Eof) 350if (!lex.Error && curs.Eof && sb.Length == ichLim + cch) 397Contracts.Assert(curs.Eof); 446if (!lex.Error && curs.Eof && sb.Length == ichDst + str.Length) 474if (lex.Error || !curs.Eof || res.Length != str.Length || res.ToString() != str)
CommandLine\CmdParser.cs (3)
1037Contracts.Assert(ich < curs.IchCur || curs.Eof); 1085while (!curs.Eof) 1090Contracts.Assert(ich < curs.IchCur || curs.Eof);