Base:
5 references to RemoveChild
Microsoft.Build (5)
Construction\ProjectElement.cs (1)
371XmlElement.RemoveChild(XmlElement.FirstChild);
Construction\ProjectElementContainer.cs (3)
563XmlElement.RemoveChild(XmlElement.FirstChild); 610XmlElement.RemoveChild(child.XmlElement); 618XmlElement.RemoveChild(previousSibling);
Construction\ProjectExtensionsElement.cs (1)
149XmlElement.RemoveChild(idElement);