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