1 write to s_verboseToStdErr
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
58
s_verboseToStdErr
= new Lazy<bool>(() => value);
1 reference to s_verboseToStdErr
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
35
public static bool IsVerboseToStdErr =>
s_verboseToStdErr
.Value;