1 write to CollectTestMap
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
178CollectTestMap = collectTestMap,
3 references to CollectTestMap
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\Options.cs (1)
41public bool IsAffectedTestsMode => CollectTestMap || AffectedTests;
parent\dotnet\Commands\Test\MTP\TestApplication.cs (2)
325if (TestOptions.CollectTestMap) 375if (TestOptions.CollectTestMap && !TestOptions.CollectTestMapForwarded)