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