2 instantiations of XPathDocumentKindDescendantIterator
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
276return new XPathDocumentKindDescendantIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
759return new XPathDocumentKindDescendantIterator(this, type, matchSelf);
1 reference to XPathDocumentKindDescendantIterator
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
264public XPathDocumentKindDescendantIterator(XPathDocumentKindDescendantIterator iter) : base(iter)