1 write to Proxy
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (1)
37this.Proxy = proxy;
5 references to Proxy
Microsoft.Build.Engine.OM.UnitTests (5)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (5)
43object ILinkMock.Remoter => this.Proxy; 44MockProjectElementLinkRemoter IProjectElementLinkHelper.ElementProxy => this.Proxy; 46public override string Value { get => this.Proxy.Value; set => this.Proxy.Value = value; } 49this.Proxy.ChangeName(newName);