16 references to CommandLoggingContext
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 (12)
Command.cs (6)
42if (CommandLoggingContext.IsVerbose) 69if (CommandLoggingContext.IsVerbose) 132if (!onlyIfVerbose || CommandLoggingContext.IsVerbose) 139EnvironmentVariable(CommandLoggingContext.Variables.AnsiPassThru, ansiPassThrough.ToString()); 152if (!onlyIfVerbose || CommandLoggingContext.IsVerbose) 159EnvironmentVariable(CommandLoggingContext.Variables.AnsiPassThru, ansiPassThrough.ToString());
Reporter.cs (6)
96Output = CommandLoggingContext.OutputEnabled ? s_outputReporter : NullReporter; 101Error = CommandLoggingContext.ErrorEnabled ? s_errorReporter : NullReporter; 106Verbose = CommandLoggingContext.IsVerbose 107? (CommandLoggingContext.IsVerboseToStdErr && ReferenceEquals(s_verboseReporter, s_consoleOutReporter) 117if (CommandLoggingContext.ShouldPassAnsiCodesThrough) 137if (CommandLoggingContext.ShouldPassAnsiCodesThrough)