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