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