2 writes to _end
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
188
_end
= new XPathDocumentNavigator(root);
198
_end
= iter._end;
3 references to _end
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (3)
189
_end
.MoveToNonDescendant();
198
_end = iter.
_end
;
228
if (!this.ctxt.MoveToFollowing(_localName, _namespaceUri,
_end
))