2 writes to _end
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
257
_end
= new XPathDocumentNavigator(root);
267
_end
= iter._end;
3 references to _end
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (3)
258
_end
.MoveToNonDescendant();
267
_end = iter.
_end
;
296
if (!this.ctxt.MoveToFollowing(_typ,
_end
))