1 write to s_error
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
80
s_error
= new Lazy<bool>(() => value);
1 reference to s_error
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
91
internal static bool ErrorEnabled =>
s_error
.Value;