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