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