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)
1060
XPathNodePointer xp1 =
Clone
((DataDocumentXPathNavigator)(_owner.Target!));
1061
XPathNodePointer xp2 = other.
Clone
((DataDocumentXPathNavigator)(other._owner.Target!));