1 write to ShowActiveTests
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
112
ShowActiveTests
= !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;