7 references to RemoveProperty
Microsoft.Build (1)
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
209
/// Facilitate remoting the <see cref="Project.
RemoveProperty
"/>.
Microsoft.Build.Engine.OM.UnitTests (6)
Definition\DefinitionEditing_Tests.cs (2)
1824
project.
RemoveProperty
(project.GetProperty("p1"));
1847
project.
RemoveProperty
(project.GetProperty("p1"));
Definition\EditingElementsReferencedByOrReferences_Tests.cs (1)
324
project.
RemoveProperty
(property);
Definition\ProtectImports_Tests.cs (1)
169
project.
RemoveProperty
(property);
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (1)
379
Assert.True(pair.View.
RemoveProperty
(fooView));
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
103
=> this.Source.
RemoveProperty
(this.OwningCollection.Import<ProjectProperty, MockProjectPropertyLinkRemoter>(propertyRemoter));