3 instantiations of XPathAncestorIterator
System.Xml (3)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
38public override XPathNodeIterator Clone() { return new XPathAncestorIterator(this); }
System\Xml\XPath\XPathNavigator.cs (2)
1089return new XPathAncestorIterator( this.Clone(), type, matchSelf ); 1093return new XPathAncestorIterator( this.Clone(), name, namespaceURI, matchSelf );
1 reference to XPathAncestorIterator
System.Xml (1)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
18public XPathAncestorIterator(XPathAncestorIterator other) : base(other) { }