4 references to Clone
System.Data.Common (4)
System\Xml\DataDocumentXPathNavigator.cs (2)
29_curNode = other._curNode.Clone(this); 30_temp = other._temp.Clone(this);
System\Xml\XPathNodePointer.cs (2)
1057XPathNodePointer xp1 = Clone((DataDocumentXPathNavigator)(_owner.Target!)); 1058XPathNodePointer xp2 = other.Clone((DataDocumentXPathNavigator)(other._owner.Target!));