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