3 references to CloneElementToDocument
Microsoft.Build.Tasks.Core (3)
ManifestUtil\SecurityUtil.cs (1)
413XmlElement psElement = XmlUtil.CloneElementToDocument(inputDocument.DocumentElement, outputDocument, XmlNamespaces.asmv2);
ManifestUtil\TrustInfo.cs (1)
565XmlElement outputPermissionSetElement = XmlUtil.CloneElementToDocument(inputPermissionSetElement, outputDocument, XmlNamespaces.asmv2);
ManifestUtil\XmlUtil.cs (1)
51XmlElement childElement = CloneElementToDocument((XmlElement)node, document, namespaceURI);