4 references to DeepClone
Microsoft.Build (4)
Construction\ProjectElementContainer.cs (3)
369
childContainer.
DeepClone
(ContainingProject, this);
423
childContainer.
DeepClone
(clone.ContainingProject, clone);
436
return xml.
DeepClone
(factory, parent);
Construction\ProjectRootElement.cs (1)
1613
return (ProjectRootElement)
DeepClone
(this, null);