1 reference to RemoveProperty
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
240
public override bool RemoveProperty(ProjectProperty property) => this.Proxy.
RemoveProperty
(this.Linker.Export<ProjectProperty, MockProjectPropertyLinkRemoter>(property));