Base:
method
Clone
System.Xml.XPath.XPathNavigator.Clone()
5 references to Clone
System.Private.Xml (5)
System\Xml\Dom\DocumentXPathNavigator.cs (5)
971
that = (DocumentXPathNavigator)that.
Clone
();
1046
that = (DocumentXPathNavigator)that.
Clone
();
2169
internal DocumentXPathNodeIterator_Empty(DocumentXPathNavigator nav) { _nav = nav.
Clone
(); }
2187
_nav = (DocumentXPathNavigator)(nav.
Clone
());
2193
_nav = (DocumentXPathNavigator)(other._nav.
Clone
());