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