16 references to IsVerbose
dotnet (11)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
143
if (CommandLoggingContext.
IsVerbose
)
Commands\New\NewCommandParser.cs (1)
49
if (diagnosticMode || CommandLoggingContext.
IsVerbose
)
Commands\Run\RunCommand.cs (1)
1121
if (CommandLoggingContext.
IsVerbose
)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
388
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
93
if (CommandLoggingContext.
IsVerbose
)
Parser.cs (4)
368
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
374
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
381
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
388
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Program.cs (2)
57
if (CommandLoggingContext.
IsVerbose
)
106
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
Microsoft.DotNet.Cli.Utils (5)
Command.cs (4)
42
if (CommandLoggingContext.
IsVerbose
)
69
if (CommandLoggingContext.
IsVerbose
)
132
if (!onlyIfVerbose || CommandLoggingContext.
IsVerbose
)
152
if (!onlyIfVerbose || CommandLoggingContext.
IsVerbose
)
Reporter.cs (1)
106
Verbose = CommandLoggingContext.
IsVerbose