3 references to Descendant
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
100
if (root.TypeOfAxis == Axis.AxisType.
Descendant
|| root.TypeOfAxis == Axis.AxisType.DescendantOrSelf)
138
case Axis.AxisType.
Descendant
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
866
table.Add("descendant", Axis.AxisType.
Descendant
);