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