6 references to MockProjectItemDefinitionElementLinkRemoter
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectItemDefinitionElementLink.cs (3)
16
return remote.Import<ProjectElement,
MockProjectItemDefinitionElementLinkRemoter
>(this);
28
public MockProjectItemDefinitionElementLink(
MockProjectItemDefinitionElementLinkRemoter
proxy, IImportHolder holder)
36
public
MockProjectItemDefinitionElementLinkRemoter
Proxy { get; }
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (2)
58
public
MockProjectItemDefinitionElementLinkRemoter
CreateItemDefinitionElement(string itemType)
60
return (
MockProjectItemDefinitionElementLinkRemoter
)this.Export(this.ProjectXml.CreateItemDefinitionElement(itemType));
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\ProjectElemetExportHelper.cs (1)
69
ElementInfo.New<ProjectItemDefinitionElement ,
MockProjectItemDefinitionElementLinkRemoter
>(),