9 references to IsVerbose
dotnet-aot (4)
parent\dotnet\Parser.cs (4)
376Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 382Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 389Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ? 396Reporter.Error.WriteLine(CommandLoggingContext.IsVerbose ?
Microsoft.DotNet.Cli.Utils (5)
Command.cs (4)
42if (CommandLoggingContext.IsVerbose) 69if (CommandLoggingContext.IsVerbose) 132if (!onlyIfVerbose || CommandLoggingContext.IsVerbose) 152if (!onlyIfVerbose || CommandLoggingContext.IsVerbose)
Reporter.cs (1)
106Verbose = CommandLoggingContext.IsVerbose