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