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