2 writes to _end
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
256
_end
= new XPathDocumentNavigator(root);
266
_end
= iter._end;
3 references to _end
System.Private.Xml (3)
System\Xml\Cache\XPathDocumentIterator.cs (3)
257
_end
.MoveToNonDescendant();
266
_end = iter.
_end
;
295
if (!this.ctxt.MoveToFollowing(_typ,
_end
))