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)
1036int ich = curs.IchCur; 1038Contracts.Assert(ich < curs.IchCur || curs.Eof); 1041rest = text.Substring(curs.IchCur); 1089int ich = curs.IchCur; 1091Contracts.Assert(ich < curs.IchCur || curs.Eof);