3 instantiations of ConsoleReporter
dotnet-getdocument (3)
src\Tools\GetDocumentInsider\src\Commands\CommandBase.cs (2)
23Reporter = new ConsoleReporter(_console); 40Reporter = new ConsoleReporter(_console, IsVerbose, IsQuiet);
src\Tools\GetDocumentInsider\src\ProgramBase.cs (1)
20_reporter = new ConsoleReporter(_console, verbose: false, quiet: false);