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