2 types derived from DescendantBaseQuery
System.Xml (2)
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
18internal sealed class DescendantOverDescendantQuery : DescendantBaseQuery {
System\Xml\XPath\Internal\DescendantQuery.cs (1)
14internal class DescendantQuery : DescendantBaseQuery {
1 reference to DescendantBaseQuery
System.Xml (1)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
22public DescendantBaseQuery(DescendantBaseQuery other) : base(other) {