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