9 references to Error
Microsoft.ML.Core (9)
CommandLine\CmdLexer.cs (6)
346
Contracts.Assert(curs.IchCur > 0 || lex.
Error
);
350
if (!lex.
Error
&& curs.Eof && sb.Length == ichLim + cch)
396
Contracts.Assert(!lex.
Error
);
444
Contracts.Assert(curs.IchCur > 0 || lex.
Error
);
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)
1042
if (lex.
Error
|| token.Length < 2 || token[0] != '@')
1043
return !lex.
Error
;
1097
return !lex.
Error
;