7 references to IchCur
Microsoft.ML.Core (7)
CommandLine\CmdLexer.cs (2)
346
Contracts.Assert(curs.
IchCur
> 0 || lex.Error);
444
Contracts.Assert(curs.
IchCur
> 0 || lex.Error);
CommandLine\CmdParser.cs (5)
1036
int ich = curs.
IchCur
;
1038
Contracts.Assert(ich < curs.
IchCur
|| curs.Eof);
1041
rest = text.Substring(curs.
IchCur
);
1089
int ich = curs.
IchCur
;
1091
Contracts.Assert(ich < curs.
IchCur
|| curs.Eof);