3 references to ConsoleReporter
GetDocument.Insider (3)
Commands\CommandBase.cs (1)
40
Reporter = new
ConsoleReporter
(_console, IsVerbose, IsQuiet);
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)