10 references to MockProjectMetadataElementLinkRemoter
Microsoft.Build.Engine.OM.UnitTests (10)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectMetadataElementLink.cs (3)
18
return remote.Import<ProjectElement,
MockProjectMetadataElementLinkRemoter
>(this);
34
public MockProjectMetadataElementLink(
MockProjectMetadataElementLinkRemoter
proxy, IImportHolder holder)
42
public
MockProjectMetadataElementLinkRemoter
Proxy { get; }
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (4)
74
public
MockProjectMetadataElementLinkRemoter
CreateMetadataElement(string name)
76
return (
MockProjectMetadataElementLinkRemoter
)this.Export(this.ProjectXml.CreateMetadataElement(name));
78
public
MockProjectMetadataElementLinkRemoter
CreateMetadataElement(string name, string unevaluatedValue)
80
return (
MockProjectMetadataElementLinkRemoter
)this.Export(this.ProjectXml.CreateMetadataElement(name, unevaluatedValue));
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\ProjectElemetExportHelper.cs (1)
59
ElementInfo.New<ProjectMetadataElement ,
MockProjectMetadataElementLinkRemoter
>(),
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectMetadataLink.cs (2)
41
public
MockProjectMetadataElementLinkRemoter
Xml => (
MockProjectMetadataElementLinkRemoter
)this.OwningCollection.ExportElement(this.Source.Xml);