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