8 references to RemoveGlobalProperty
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
587/// <see cref="SetGlobalProperty">SetGlobalProperty</see> and <see cref="RemoveGlobalProperty">RemoveGlobalProperty</see>.
Microsoft.Build.Engine.OM.UnitTests (7)
Definition\Project_Tests.cs (1)
68ProjectCollection.GlobalProjectCollection.RemoveGlobalProperty(propertyName);
Definition\ProjectCollection_Tests.cs (6)
51ProjectCollection.GlobalProjectCollection.RemoveGlobalProperty(propertyName); 596collection.RemoveGlobalProperty("g2"); 659collection.RemoveGlobalProperty("g2"); // should make both dirty 667collection.RemoveGlobalProperty("g1"); 687collection.RemoveGlobalProperty("g1"); // should modify the project 1214collection.RemoveGlobalProperty("a");