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