9 references to IsVerbose
dotnet-aot (4)
parent\dotnet\Parser.cs (4)
376
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
382
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
389
Reporter.Error.WriteLine(CommandLoggingContext.
IsVerbose
?
396
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