1 write to Proxy
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectUsingTaskBodyElementLink.cs (1)
36
this.
Proxy
= proxy;
4 references to Proxy
Microsoft.Build.Engine.OM.UnitTests (4)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectUsingTaskBodyElementLink.cs (4)
42
object ILinkMock.Remoter => this.
Proxy
;
43
MockProjectElementLinkRemoter IProjectElementLinkHelper.ElementProxy => this.
Proxy
;
46
public override string TaskBody { get => this.
Proxy
.TaskBody; set => this.
Proxy
.TaskBody = value; }