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