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