4 references to _testApplications
dotnet (4)
Commands\Test\MTP\MSBuildHandler.cs (4)
91
return restored && !
_testApplications
.IsEmpty ? ExitCode.Success : ExitCode.GenericFailure;
100
return restored && !
_testApplications
.IsEmpty ? ExitCode.Success : ExitCode.GenericFailure;
122
_testApplications
.Add(moduleGroup);
133
foreach (var testApp in
_testApplications
)