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