20 references to UnloadProject
Microsoft.Build.Engine.OM.UnitTests (13)
Construction\ProjectRootElement_Tests.cs (1)
1055collection.UnloadProject(projects[current]);
Definition\ProjectCollection_Tests.cs (10)
698ProjectCollection.GlobalProjectCollection.UnloadProject(project); // should not throw 714ProjectCollection.GlobalProjectCollection.UnloadProject(project); 763ProjectCollection.GlobalProjectCollection.UnloadProject(importProject); 792ProjectCollection.GlobalProjectCollection.UnloadProject(project); // should not throw 839collection.UnloadProject(project2); 872project.ProjectCollection.UnloadProject(project); 877collection.UnloadProject(project2); 882collection.UnloadProject(project3); 915project.ProjectCollection.UnloadProject(project); 925collection.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)
2072projectCollection.UnloadProject(project);
Instance\HostServices_Tests.cs (2)
433ProjectCollection.GlobalProjectCollection.UnloadProject(project1); 437ProjectCollection.GlobalProjectCollection.UnloadProject(project2);
MSBuild (3)
XMake.cs (3)
1408projectCollection.UnloadProject(project); 1427projectCollection.UnloadProject(project); 1710projectCollection.UnloadProject(project);
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
125_privateCollection.UnloadProject(p);