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