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