2 instantiations of XPathDocumentElementDescendantIterator
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
187return new XPathDocumentElementDescendantIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
692return new XPathDocumentElementDescendantIterator(this, name, namespaceURI, matchSelf);
1 reference to XPathDocumentElementDescendantIterator
System.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
176public XPathDocumentElementDescendantIterator(XPathDocumentElementDescendantIterator iter) : base(iter) {