5 references to _testApplications
dotnet (5)
Commands\Test\MTP\MSBuildHandler.cs (5)
61
_testApplications
.Add(moduleGroup);
64
if (
_testApplications
.IsEmpty)
75
foreach (var testApp in
_testApplications
)
84
=>
_testApplications
.SelectMany(static moduleGroup => moduleGroup);
87
=>
_testApplications
.SelectMany(static group => group)