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