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