1 write to _testModulePaths
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
40
_testModulePaths
= GetMatchedModulePaths(_testModules, _testModulesRoot);
3 references to _testModulePaths
dotnet (3)
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
)