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