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));