2 writes to _end
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
187
_end
= new XPathDocumentNavigator(root);
197
_end
= iter._end;
3 references to _end
System.Private.Xml (3)
System\Xml\Cache\XPathDocumentIterator.cs (3)
188
_end
.MoveToNonDescendant();
197
_end = iter.
_end
;
227
if (!this.ctxt.MoveToFollowing(_localName, _namespaceUri,
_end
))