1 write to AffectedTests
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
179AffectedTests = affectedTests,
3 references to AffectedTests
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\Options.cs (1)
41public bool IsAffectedTestsMode => CollectTestMap || AffectedTests;
parent\dotnet\Commands\Test\MTP\TestApplication.cs (2)
329else if (TestOptions.AffectedTests) 380if (TestOptions.AffectedTests && !TestOptions.AffectedTestsForwarded)