3 references to ConsoleReporter
dotnet-getdocument (3)
src\Tools\GetDocumentInsider\src\Commands\CommandBase.cs (1)
40Reporter = new ConsoleReporter(_console, IsVerbose, IsQuiet);
src\Tools\GetDocumentInsider\src\ProgramBase.cs (1)
20_reporter = new ConsoleReporter(_console, verbose: false, quiet: false);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
18: this(console, verbose: false, quiet: false)