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