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