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