1 write to _console
GetDocument.Insider (1)
Commands\CommandBase.cs (1)
22_console = console ?? throw new ArgumentNullException(nameof(console));
2 references to _console
GetDocument.Insider (2)
Commands\CommandBase.cs (2)
23Reporter = new ConsoleReporter(_console); 40Reporter = new ConsoleReporter(_console, IsVerbose, IsQuiet);