3 references to
System.Xml (3)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
18public XPathAncestorIterator(XPathAncestorIterator other) : base(other) { }
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
18public XPathChildIterator(XPathChildIterator it) : base(it) {}
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
17public XPathDescendantIterator(XPathDescendantIterator it) : base(it) {