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