2 writes to _reporter
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
424
_reporter
= Console.Error.WriteLine;
431
_reporter
= reporter;
2 references to _reporter
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
396
_reporter
?.Invoke(str);
401
_reporter
?.Invoke(string.Format(fmt, args));