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)
1053
if (CommandLoggingContext.
IsVerbose
)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
387
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
93
if (CommandLoggingContext.
IsVerbose
)
Parser.cs (4)
318
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
324
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
331
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
338
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Program.cs (2)
75
if (CommandLoggingContext.
IsVerbose
)
124
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