6 references to MockProjectWhenElementLinkRemoter
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (2)
130public MockProjectWhenElementLinkRemoter CreateWhenElement(string condition) 132return (MockProjectWhenElementLinkRemoter)this.Export(this.ProjectXml.CreateWhenElement(condition));
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectWhenElementLink.cs (3)
16return remote.Import<ProjectElement, MockProjectWhenElementLinkRemoter>(this); 28public MockProjectWhenElementLink(MockProjectWhenElementLinkRemoter proxy, IImportHolder holder) 36public MockProjectWhenElementLinkRemoter Proxy { get; }
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\ProjectElemetExportHelper.cs (1)
72ElementInfo.New<ProjectWhenElement , MockProjectWhenElementLinkRemoter>(),