4 references to Clone
Microsoft.Build (4)
Construction\ProjectElement.cs (1)
344return Clone(ContainingProject);
Construction\ProjectElementContainer.cs (3)
373AppendChild(child.Clone(ContainingProject)); 416var clone = (ProjectElementContainer)Clone(factory); 427clone.AppendChild(child.Clone(clone.ContainingProject));