1 write to s_output
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
51
s_output
= new Lazy<bool>(() => value);
1 reference to s_output
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
68
internal static bool OutputEnabled =>
s_output
.Value;