1 write to _testApplications
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
59
_testApplications
= BuildTestApplications();
2 references to _testApplications
dotnet (2)
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
64
=>
_testApplications
.SelectMany(static moduleGroup => moduleGroup);
68
foreach (var testApp in
_testApplications
)