2 references to DescendantOverDescendantQuery
System.Private.Xml (2)
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);