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