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