2 writes to Quiet
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
179Quiet = parseResult.GetValue(quietOption),
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
14Quiet = options.IsQuiet,
4 references to Quiet
dotnet-watch (1)
Program.cs (1)
81var reporter = new ConsoleReporter(console, verbose || options.GlobalOptions.Verbose, options.GlobalOptions.Quiet, environmentOptions.SuppressEmojis);
dotnet-watch.Tests (1)
CommandLine\CommandLineOptionsTests.cs (1)
348"--quiet" => options.GlobalOptions.Quiet,
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
34var consoleInput = new ConsoleInputReader(_console, context.Options.Quiet, context.EnvironmentOptions.SuppressEmojis);
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
45var reporter = new ConsoleReporter(console, globalOptions.Verbose, globalOptions.Quiet, suppressEmojis: false);