2 references to CreateElement
Microsoft.Build (2)
Construction\ProjectRootElement.cs (1)
1795return (XmlElementWithLocation)XmlDocument.CreateElement(name, XmlNamespace, location);
XmlUtilities.cs (1)
36(XmlElementWithLocation)((XmlDocumentWithLocation)oldElement.OwnerDocument).CreateElement(newElementName, xmlNamespace ?? string.Empty, oldElement.Location);