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)
68
ProjectCollection.GlobalProjectCollection.
RemoveGlobalProperty
(propertyName);
Definition\ProjectCollection_Tests.cs (6)
50
ProjectCollection.GlobalProjectCollection.
RemoveGlobalProperty
(propertyName);
595
collection.
RemoveGlobalProperty
("g2");
658
collection.
RemoveGlobalProperty
("g2"); // should make both dirty
666
collection.
RemoveGlobalProperty
("g1");
686
collection.
RemoveGlobalProperty
("g1"); // should modify the project
1213
collection.
RemoveGlobalProperty
("a");