2 writes to _reporter
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
425
_reporter
= Console.Error.WriteLine;
432
_reporter
= reporter;
2 references to _reporter
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
397
_reporter
?.Invoke(str);
402
_reporter
?.Invoke(string.Format(fmt, args));