2 writes to end
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
229this.end = new XPathDocumentNavigator(root); 238this.end = iter.end;
3 references to end
System.Xml (3)
System\Xml\Cache\XPathDocumentIterator.cs (3)
230this.end.MoveToNonDescendant(); 238this.end = iter.end; 263if (!this.ctxt.MoveToFollowing(this.typ, this.end))