2 writes to ctxt
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
22this.ctxt = new XPathDocumentNavigator(ctxt); 30this.ctxt = new XPathDocumentNavigator(iter.ctxt);
10 references to ctxt
System.Private.Xml (10)
System\Xml\Cache\XPathDocumentIterator.cs (10)
30this.ctxt = new XPathDocumentNavigator(iter.ctxt); 39get { return this.ctxt; } 95if (!this.ctxt.MoveToChild(_localName, _namespaceUri)) 100if (!this.ctxt.MoveToNext(_localName, _namespaceUri)) 148if (!this.ctxt.MoveToChild(_typ)) 153if (!this.ctxt.MoveToNext(_typ)) 220if (this.ctxt.IsElementMatch(_localName, _namespaceUri)) 227if (!this.ctxt.MoveToFollowing(_localName, _namespaceUri, _end)) 288if (this.ctxt.IsKindMatch(_typ)) 295if (!this.ctxt.MoveToFollowing(_typ, _end))