1 write to s_verbose
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
40
s_verbose
= new Lazy<bool>(() => value);
1 reference to s_verbose
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
28
public static bool IsVerbose =>
s_verbose
.Value;