3 references to
System.Private.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
11
private ParentQuery(ParentQuery other) :
base
(other) { }
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
26
private PreSiblingQuery(PreSiblingQuery other) :
base
(other) { }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
17
private XPathAncestorQuery(XPathAncestorQuery other) :
base
(other)