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