3 instantiations of DescendantOverDescendantQuery
System.Xml (3)
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
82
public override XPathNodeIterator Clone() { return new
DescendantOverDescendantQuery
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
120
result = new
DescendantOverDescendantQuery
(qyInput, false, root.Name, root.Prefix, root.NodeType, /*abbrAxis:*/false);
131
result = 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)
23
private DescendantOverDescendantQuery(
DescendantOverDescendantQuery
other) : base(other) {