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