1 write to _testModulePaths
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
35
_testModulePaths
= GetMatchedModulePaths(_testModules, _testModulesRoot);
2 references to _testModulePaths
dotnet (2)
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
48
if (
_testModulePaths
.Count == 0)
60
foreach (string testModule in
_testModulePaths
)