3 references to XPathDocumentNavigator
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (2)
51public XPathDocumentNavigator(XPathDocumentNavigator nav) : this(nav.pageCurrent, nav.idxCurrent, nav.pageParent, nav.idxParent) { 139return new XPathDocumentNavigator(this.pageCurrent, this.idxCurrent, this.pageParent, this.idxParent);
System\Xml\XPath\XPathDocument.cs (1)
280return new XPathDocumentNavigator(this.pageRoot, this.idxRoot, null, 0);