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