7 references to IchCur
Microsoft.ML.Core (7)
CommandLine\CmdLexer.cs (2)
346Contracts.Assert(curs.IchCur > 0 || lex.Error); 444Contracts.Assert(curs.IchCur > 0 || lex.Error);
CommandLine\CmdParser.cs (5)
1035int ich = curs.IchCur; 1037Contracts.Assert(ich < curs.IchCur || curs.Eof); 1040rest = text.Substring(curs.IchCur); 1088int ich = curs.IchCur; 1090Contracts.Assert(ich < curs.IchCur || curs.Eof);