16 references to IsVerbose
dotnet (11)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
147
if (CommandLoggingContext.
IsVerbose
)
Commands\New\NewCommandParser.cs (1)
86
if (diagnosticMode || CommandLoggingContext.
IsVerbose
)
Commands\Run\RunCommand.cs (1)
783
if (CommandLoggingContext.
IsVerbose
)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
381
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
95
if (CommandLoggingContext.
IsVerbose
)
Parser.cs (4)
269
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
275
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
282
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
289
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
Program.cs (2)
85
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
227
if (CommandLoggingContext.
IsVerbose
)
Microsoft.DotNet.Cli.Utils (5)
Command.cs (4)
44
if (CommandLoggingContext.
IsVerbose
)
71
if (CommandLoggingContext.
IsVerbose
)
134
if (!onlyIfVerbose || CommandLoggingContext.
IsVerbose
)
154
if (!onlyIfVerbose || CommandLoggingContext.
IsVerbose
)
Reporter.cs (1)
106
Verbose = CommandLoggingContext.
IsVerbose
? s_verboseReporter : NullReporter;