1 write to IsVerbose
GetDocument.Insider (1)
Commands\CommandBase.cs (1)
36IsVerbose = verbose.HasValue() || CliContext.IsGlobalVerbose();
2 references to IsVerbose
GetDocument.Insider (2)
Commands\CommandBase.cs (2)
40Reporter = new ConsoleReporter(_console, IsVerbose, IsQuiet); 50if (IsQuiet && IsVerbose)