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