2 instantiations of XPathDocumentKindDescendantIterator
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
247return new XPathDocumentKindDescendantIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
680return new XPathDocumentKindDescendantIterator(this, type, matchSelf);
1 reference to XPathDocumentKindDescendantIterator
System.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
237public XPathDocumentKindDescendantIterator(XPathDocumentKindDescendantIterator iter) : base(iter) {