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