20 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)
1031if (CommandLoggingContext.IsVerbose)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
315Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ?
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
93if (CommandLoggingContext.IsVerbose)
Parser.cs (4)
372Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 378Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 385Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 392Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ?
Program.cs (2)
57if (CommandLoggingContext.IsVerbose) 106Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose
dotnet-aot (4)
src\sdk\src\Cli\dotnet\Parser.cs (4)
372Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 378Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 385Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 392Reporter.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