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