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