19 references to UnloadProject
Microsoft.Build.Engine.OM.UnitTests (13)
Construction\ProjectRootElement_Tests.cs (1)
1067collection.UnloadProject(projects[current]);
Definition\ProjectCollection_Tests.cs (10)
702ProjectCollection.GlobalProjectCollection.UnloadProject(project); // should not throw 718ProjectCollection.GlobalProjectCollection.UnloadProject(project); 767ProjectCollection.GlobalProjectCollection.UnloadProject(importProject); 796ProjectCollection.GlobalProjectCollection.UnloadProject(project); // should not throw 843collection.UnloadProject(project2); 876project.ProjectCollection.UnloadProject(project); 881collection.UnloadProject(project2); 886collection.UnloadProject(project3); 919project.ProjectCollection.UnloadProject(project); 929collection.UnloadProject(project3);
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (1)
264linker.Collection.UnloadProject(p);
ObjectModelRemoting\LinkedProjectCollection_Tests.cs (1)
147pcRemote.Collection.UnloadProject(proj1);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\BuildManager_Tests.cs (1)
2137projectCollection.UnloadProject(project);
Instance\HostServices_Tests.cs (2)
433ProjectCollection.GlobalProjectCollection.UnloadProject(project1); 437ProjectCollection.GlobalProjectCollection.UnloadProject(project2);
MSBuild (2)
XMake.cs (2)
1438projectCollection.UnloadProject(project); 1721projectCollection.UnloadProject(project);
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
125_privateCollection.UnloadProject(p);