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