1 write to _showActiveTests
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
118
_showActiveTests
= _options.ShowActiveTests && showProgress;
2 references to _showActiveTests
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
728
if (
_showActiveTests
)
1553
if (
_showActiveTests
)