2 writes to ctxt
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
25
this.
ctxt
= new XPathDocumentNavigator(ctxt);
33
this.
ctxt
= new XPathDocumentNavigator(iter.ctxt);
10 references to ctxt
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (10)
33
this.ctxt = new XPathDocumentNavigator(iter.
ctxt
);
42
get { return this.
ctxt
; }
97
if (!this.
ctxt
.MoveToChild(_localName, _namespaceUri))
102
if (!this.
ctxt
.MoveToNext(_localName, _namespaceUri))
150
if (!this.
ctxt
.MoveToChild(_typ))
155
if (!this.
ctxt
.MoveToNext(_typ))
221
if (this.
ctxt
.IsElementMatch(_localName, _namespaceUri))
228
if (!this.
ctxt
.MoveToFollowing(_localName, _namespaceUri, _end))
289
if (this.
ctxt
.IsKindMatch(_typ))
296
if (!this.
ctxt
.MoveToFollowing(_typ, _end))