2 writes to end
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
168this.end = new XPathDocumentNavigator(root); 177this.end = iter.end;
3 references to end
System.Xml (3)
System\Xml\Cache\XPathDocumentIterator.cs (3)
169this.end.MoveToNonDescendant(); 177this.end = iter.end; 203if (!this.ctxt.MoveToFollowing(this.localName, this.namespaceUri, this.end))