3 instantiations of XPathDescendantIterator
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
22return new XPathDescendantIterator(this);
System\Xml\XPath\XPathNavigator.cs (2)
1246return new XPathDescendantIterator(this.Clone(), type, matchSelf); 1251return new XPathDescendantIterator(this.Clone(), name, namespaceURI, matchSelf);
1 reference to XPathDescendantIterator
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
15public XPathDescendantIterator(XPathDescendantIterator it) : base(it)