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