2 writes to ctxt
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
25this.ctxt = new XPathDocumentNavigator(ctxt); 32this.ctxt = new XPathDocumentNavigator(iter.ctxt);
10 references to ctxt
System.Xml (10)
System\Xml\Cache\XPathDocumentIterator.cs (10)
32this.ctxt = new XPathDocumentNavigator(iter.ctxt); 40get { return this.ctxt; } 88if (!this.ctxt.MoveToChild(this.localName, this.namespaceUri)) 92if (!this.ctxt.MoveToNext(this.localName, this.namespaceUri)) 134if (!this.ctxt.MoveToChild(this.typ)) 138if (!this.ctxt.MoveToNext(this.typ)) 197if (this.ctxt.IsElementMatch(this.localName, this.namespaceUri)) { 203if (!this.ctxt.MoveToFollowing(this.localName, this.namespaceUri, this.end)) 257if (this.ctxt.IsKindMatch(this.typ)) { 263if (!this.ctxt.MoveToFollowing(this.typ, this.end))