3 references to
System.Private.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
10public ParentQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) : base(qyInput, Name, Prefix, Type) { }
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
25public PreSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base(qyInput, name, prefix, typeTest) { }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
13public XPathAncestorQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf) : base(qyInput, name, prefix, typeTest)