Base:
method
Clone
Microsoft.Xml.XPath.XPathNavigator.Clone()
5 references to Clone
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (5)
986that = (DocumentXPathNavigator)that.Clone(); 1062that = (DocumentXPathNavigator)that.Clone(); 2193internal DocumentXPathNodeIterator_Empty(DocumentXPathNavigator nav) { _nav = nav.Clone(); } 2211_nav = (DocumentXPathNavigator)(nav.Clone()); 2217_nav = (DocumentXPathNavigator)(other._nav.Clone());