20 references to UnloadProject
Microsoft.Build.Engine.OM.UnitTests (13)
Construction\ProjectRootElement_Tests.cs (1)
1063collection.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)
2136projectCollection.UnloadProject(project);
Instance\HostServices_Tests.cs (2)
432ProjectCollection.GlobalProjectCollection.UnloadProject(project1); 436ProjectCollection.GlobalProjectCollection.UnloadProject(project2);
MSBuild (3)
XMake.cs (3)
1428projectCollection.UnloadProject(project); 1447projectCollection.UnloadProject(project); 1730projectCollection.UnloadProject(project);
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
125_privateCollection.UnloadProject(p);