Base:
method
Clone
System.Xml.XPath.XPathNavigator.Clone()
5 references to Clone
System.Xml (5)
System\Xml\Dom\DocumentXPathNavigator.cs (5)
805that = (DocumentXPathNavigator)that.Clone(); 865that = (DocumentXPathNavigator)that.Clone(); 1805internal DocumentXPathNodeIterator_Empty( DocumentXPathNavigator nav ) { this.nav = nav.Clone(); } 1821this.nav = (DocumentXPathNavigator)(nav.Clone()); 1826this.nav = (DocumentXPathNavigator)(other.nav.Clone());