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