6 references to MockProjectOtherwiseElementLinkRemoter
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectOtherwiseElementLink.cs (3)
16return remote.Import<ProjectElement, MockProjectOtherwiseElementLinkRemoter>(this); 28public MockProjectOtherwiseElementLink(MockProjectOtherwiseElementLinkRemoter proxy, IImportHolder holder) 36public MockProjectOtherwiseElementLinkRemoter Proxy { get; }
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (2)
86public MockProjectOtherwiseElementLinkRemoter CreateOtherwiseElement() 88return (MockProjectOtherwiseElementLinkRemoter)this.Export(this.ProjectXml.CreateOtherwiseElement());
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\ProjectElemetExportHelper.cs (1)
61ElementInfo.New<ProjectOtherwiseElement , MockProjectOtherwiseElementLinkRemoter>(),