6 references to Descendant
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryModel.cs (2)
106case QueryAxisType.Descendant: 359new QueryAxis(QueryAxisType.Descendant, AxisDirection.Forward, QueryNodeType.Element, QueryNodeType.ChildNodes),
System\ServiceModel\Dispatcher\QuerySelectOp.cs (3)
179else if (QueryAxisType.Descendant == this.axis.Type) 257if (QueryAxisType.Descendant == this.axis.Type) 281if (QueryAxisType.Descendant == this.axis.Type)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
277axisType = QueryAxisType.Descendant;