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