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