3 references to
System.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
19private ParentQuery(ParentQuery other) : base(other) { }
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
31protected PreSiblingQuery(PreSiblingQuery other) : base(other) {}
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
21private XPathAncestorQuery(XPathAncestorQuery other) : base(other) {