9 references to Error
Microsoft.ML.Core (9)
CommandLine\CmdLexer.cs (6)
346Contracts.Assert(curs.IchCur > 0 || lex.Error); 350if (!lex.Error && curs.Eof && sb.Length == ichLim + cch) 396Contracts.Assert(!lex.Error); 444Contracts.Assert(curs.IchCur > 0 || lex.Error); 446if (!lex.Error && curs.Eof && sb.Length == ichDst + str.Length) 474if (lex.Error || !curs.Eof || res.Length != str.Length || res.ToString() != str)
CommandLine\CmdParser.cs (3)
1042if (lex.Error || token.Length < 2 || token[0] != '@') 1043return !lex.Error; 1097return !lex.Error;