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