8 references to ContainerXml
Microsoft.Build.Engine.OM.UnitTests (8)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectElementContainerLink.cs (8)
17
public int Count =>
ContainerXml
.Count;
18
public MockProjectElementLinkRemoter FirstChild => this.Export(
ContainerXml
.FirstChild);
19
public MockProjectElementLinkRemoter LastChild => this.Export(
ContainerXml
.LastChild);
23
this.
ContainerXml
.InsertAfterChild(child.Import(OwningCollection), reference.Import(OwningCollection));
28
this.
ContainerXml
.InsertBeforeChild(child.Import(OwningCollection), reference.Import(OwningCollection));
33
ProjectElementContainerLink.AddInitialChild(this.
ContainerXml
, child.Import(OwningCollection));
40
var result = ProjectElementContainerLink.DeepClone(this.
ContainerXml
, pre, pec);
46
this.
ContainerXml
.RemoveChild(child.Import(this.OwningCollection));