4 instantiations of DescendantQuery
System.Xml (4)
System\Xml\XPath\Internal\DescendantQuery.cs (1)
58public override XPathNodeIterator Clone() { return new DescendantQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (3)
79result = new DescendantQuery(qyGrandInput, root.Name, root.Prefix, root.NodeType, false, input.AbbrAxis); 122result = new DescendantQuery(qyInput, root.Name, root.Prefix, root.NodeType, false, /*abbrAxis:*/false); 133result = new DescendantQuery(qyInput, root.Name, root.Prefix, root.NodeType, true, root.AbbrAxis);
1 reference to DescendantQuery
System.Xml (1)
System\Xml\XPath\Internal\DescendantQuery.cs (1)
20public DescendantQuery(DescendantQuery other) : base(other) {