16 references to IsVerbose
dotnet (11)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
143if (CommandLoggingContext.IsVerbose)
Commands\New\NewCommandParser.cs (1)
49if (diagnosticMode || CommandLoggingContext.IsVerbose)
Commands\Run\RunCommand.cs (1)
1052if (CommandLoggingContext.IsVerbose)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
385Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ?
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
93if (CommandLoggingContext.IsVerbose)
Parser.cs (4)
268Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 274Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 281Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 288Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ?
Program.cs (2)
67if (CommandLoggingContext.IsVerbose) 123Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose
Microsoft.DotNet.Cli.Utils (5)
Command.cs (4)
42if (CommandLoggingContext.IsVerbose) 69if (CommandLoggingContext.IsVerbose) 132if (!onlyIfVerbose || CommandLoggingContext.IsVerbose) 152if (!onlyIfVerbose || CommandLoggingContext.IsVerbose)
Reporter.cs (1)
106Verbose = CommandLoggingContext.IsVerbose