7 references to ImportNode
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
878doc.AppendChild(doc.ImportNode(n, true));
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\DataObject.cs (1)
128objectElement.AppendChild(document.ImportNode(node, true));
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
788XmlNode importedNode = inputElement.OwnerDocument.ImportNode(importDocument.DocumentElement!, true);
System\Security\Cryptography\Xml\EncryptionProperty.cs (1)
76return (document.ImportNode(_elemProp!, true) as XmlElement)!;
System\Security\Cryptography\Xml\KeyInfoClause.cs (1)
24return (XmlElement)xmlDocument.ImportNode(keyInfo, true);
System\Security\Cryptography\Xml\KeyInfoNode.cs (1)
47return (xmlDocument.ImportNode(_node!, true) as XmlElement)!;
System\Security\Cryptography\Xml\Transform.cs (1)
138transformElement.AppendChild(document.ImportNode(node, true));