2 instantiations of XPathDocumentElementDescendantIterator
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
208return new XPathDocumentElementDescendantIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
772return new XPathDocumentElementDescendantIterator(this, name, namespaceURI, matchSelf);
1 reference to XPathDocumentElementDescendantIterator
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
195public XPathDocumentElementDescendantIterator(XPathDocumentElementDescendantIterator iter) : base(iter)