1 write to SlowestTestsCount
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
628
SlowestTestsCount
= GetSlowestTestsCount(parseResult.GetArguments()),
2 references to SlowestTestsCount
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
576
int count = _options.
SlowestTestsCount
;
736
if (_options.
SlowestTestsCount
> 0)