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