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