1 write to ShowActiveTests
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
112ShowActiveTests = !noProgress && ansiMode == AnsiMode.AnsiIfPossible,
2 references to ShowActiveTests
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
41/// <see cref="TerminalTestReporterOptions.ShowActiveTests"/> and the effective progress 108_showActiveTests = _options.ShowActiveTests && showProgress;