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)
1052
if (CommandLoggingContext.
IsVerbose
)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
385
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
93
if (CommandLoggingContext.
IsVerbose
)
Parser.cs (4)
268
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
274
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
281
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
288
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Program.cs (2)
67
if (CommandLoggingContext.
IsVerbose
)
123
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