3 instantiations of DescendantOverDescendantQuery
System.Private.Xml (3)
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
100public override XPathNodeIterator Clone() { return new DescendantOverDescendantQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
139result = new DescendantOverDescendantQuery(qyInput, false, root.Name, root.Prefix, root.NodeType, /*abbrAxis:*/false); 154result = new DescendantOverDescendantQuery(qyInput, true, root.Name, root.Prefix, root.NodeType, root.AbbrAxis);
1 reference to DescendantOverDescendantQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
20private DescendantOverDescendantQuery(DescendantOverDescendantQuery other) : base(other)