2 references to Verbose
dotnet (1)
ParserOptionActions.cs (1)
49Environment.SetEnvironmentVariable(CommandLoggingContext.Variables.Verbose, bool.TrueString);
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
21private static Lazy<bool> s_verbose = new(() => Env.GetEnvironmentVariableAsBool(Variables.Verbose));