3 references to Descendant
System.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
87if (root.TypeOfAxis == Axis.AxisType.Descendant || root.TypeOfAxis == Axis.AxisType.DescendantOrSelf) { 118case Axis.AxisType.Descendant:
System\Xml\XPath\Internal\XPathParser.cs (1)
749table.Add("descendant" , Axis.AxisType.Descendant );