5 writes to _error
Microsoft.ML.Core (5)
CommandLine\CmdLexer.cs (5)
54
_error
= true;
161
_error
= true;
210
_error
= true;
276
_error
= true;
285
_error
= true;
2 references to _error
Microsoft.ML.Core (2)
CommandLine\CmdLexer.cs (2)
20
public bool Error { get { return
_error
; } }
299
if (lex.
_error
|| !curs.Eof)