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