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