3 references to ConsoleReporter
dotnet-getdocument (3)
src\Tools\GetDocumentInsider\src\Commands\CommandBase.cs (1)
40
Reporter = 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)