9 references to
System.Private.Xml (9)
System\Xml\XPath\Internal\AttributeQuery.cs (1)
14
public AttributeQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type) :
base
(qyParent, Name, Prefix, Type) { }
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
15
public CacheAxisQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
12
public ChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type) :
base
(qyInput, name, prefix, type) { }
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
15
public DescendantBaseQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis) :
base
(qyParent, Name, Prefix, Type)
System\Xml\XPath\Internal\FollowingQuery.cs (1)
14
public FollowingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest) { }
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
16
public FollSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType type) :
base
(qyInput, name, prefix, type)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
13
public NamespaceQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type) :
base
(qyParent, Name, Prefix, Type) { }
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
26
public PrecedingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest)
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
10
public XPathSelfQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) :
base
(qyInput, Name, Prefix, Type) { }