1 write to CollectTestMap
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
178
CollectTestMap
= collectTestMap,
3 references to CollectTestMap
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)
325
if (TestOptions.
CollectTestMap
)
375
if (TestOptions.
CollectTestMap
&& !TestOptions.CollectTestMapForwarded)