20 references to UnloadProject
Microsoft.Build.Engine.OM.UnitTests (13)
Construction\ProjectRootElement_Tests.cs (1)
1064collection.UnloadProject(projects[current]);
Definition\ProjectCollection_Tests.cs (10)
703ProjectCollection.GlobalProjectCollection.UnloadProject(project); // should not throw 719ProjectCollection.GlobalProjectCollection.UnloadProject(project); 768ProjectCollection.GlobalProjectCollection.UnloadProject(importProject); 797ProjectCollection.GlobalProjectCollection.UnloadProject(project); // should not throw 844collection.UnloadProject(project2); 877project.ProjectCollection.UnloadProject(project); 882collection.UnloadProject(project2); 887collection.UnloadProject(project3); 920project.ProjectCollection.UnloadProject(project); 930collection.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)
2138projectCollection.UnloadProject(project);
Instance\HostServices_Tests.cs (2)
432ProjectCollection.GlobalProjectCollection.UnloadProject(project1); 436ProjectCollection.GlobalProjectCollection.UnloadProject(project2);
MSBuild (3)
XMake.cs (3)
1455projectCollection.UnloadProject(project); 1474projectCollection.UnloadProject(project); 1761projectCollection.UnloadProject(project);
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
125_privateCollection.UnloadProject(p);