1 write to Value
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (1)
46
public override string Value { get => this.Proxy.Value; set => this.Proxy.
Value
= value; }
1 reference to Value
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (1)
46
public override string Value { get => this.Proxy.
Value
; set => this.Proxy.Value = value; }