4 references to Clone
System.Data (4)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (2)
25
this._curNode = other._curNode.
Clone
( this );
26
this._temp = other._temp.
Clone
( this );
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
957
XPathNodePointer xp1 = this.
Clone
((DataDocumentXPathNavigator)(this._owner.Target));
958
XPathNodePointer xp2 = other.
Clone
((DataDocumentXPathNavigator)(other._owner.Target));