16 references to IsVerbose
dotnet (11)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
147if (CommandLoggingContext.IsVerbose)
Commands\New\NewCommandParser.cs (1)
86if (diagnosticMode || CommandLoggingContext.IsVerbose)
Commands\Run\RunCommand.cs (1)
783if (CommandLoggingContext.IsVerbose)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
381Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ?
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
95if (CommandLoggingContext.IsVerbose)
Parser.cs (4)
269Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 275Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 282Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 289Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ?
Program.cs (2)
85Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose 227if (CommandLoggingContext.IsVerbose)
Microsoft.DotNet.Cli.Utils (5)
Command.cs (4)
44if (CommandLoggingContext.IsVerbose) 71if (CommandLoggingContext.IsVerbose) 134if (!onlyIfVerbose || CommandLoggingContext.IsVerbose) 154if (!onlyIfVerbose || CommandLoggingContext.IsVerbose)
Reporter.cs (1)
106Verbose = CommandLoggingContext.IsVerbose ? s_verboseReporter : NullReporter;