3 references to MaximumFailedTests
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
348TestRunCancellationReason.MaximumFailedTests => "maximumFailedTests",
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
219if (cancellationReason == TestRunCancellationReason.MaximumFailedTests)
parent\dotnet\Commands\Test\MTP\TestRunPolicy.cs (1)
153TryCancel(TestRunCancellationReason.MaximumFailedTests);