3 references to CloneTreeInternal
System.Data.Common (3)
System\Xml\XmlDataDocument.cs (3)
967
newNode =
CloneTreeInternal
(other);
1005
newNode.Attributes!.Append((XmlAttribute)
CloneTreeInternal
(dp));
1013
newNode.AppendChild(
CloneTreeInternal
(dp));