1 write to _testModulePaths
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestModulesFilterHandler.cs (1)
40
_testModulePaths
= GetMatchedModulePaths(_testModules, _testModulesRoot);
3 references to _testModulePaths
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\TestModulesFilterHandler.cs (3)
53
if (
_testModulePaths
.Count == 0)
80
var testApplications = new List<ParallelizableTestModuleGroupWithSequentialInnerModules>(
_testModulePaths
.Count);
82
foreach (string testModule in
_testModulePaths
)