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