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