8 references to RemoveGlobalProperty
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
554/// <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)
50ProjectCollection.GlobalProjectCollection.RemoveGlobalProperty(propertyName); 591collection.RemoveGlobalProperty("g2"); 654collection.RemoveGlobalProperty("g2"); // should make both dirty 662collection.RemoveGlobalProperty("g1"); 682collection.RemoveGlobalProperty("g1"); // should modify the project 1208collection.RemoveGlobalProperty("a");