8 references to DescendantOrSelf
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryModel.cs (2)
105
case QueryAxisType.
DescendantOrSelf
:
360
new QueryAxis(QueryAxisType.
DescendantOrSelf
, AxisDirection.Forward, QueryNodeType.Element, QueryNodeType.All),
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
183
else if (QueryAxisType.
DescendantOrSelf
== this.axis.Type)
286
else if (QueryAxisType.
DescendantOrSelf
== this.axis.Type)
System\ServiceModel\Dispatcher\XPathParser.cs (4)
166
path.Add(new XPathStepExpr(new NodeSelectCriteria(QueryAxisType.
DescendantOrSelf
, NodeQName.Empty, QueryNodeType.All)));
281
axisType = QueryAxisType.
DescendantOrSelf
;
692
pathExpr.Add(new XPathStepExpr(new NodeSelectCriteria(QueryAxisType.
DescendantOrSelf
, NodeQName.Empty, QueryNodeType.All)));
806
step = new XPathStepExpr(new NodeSelectCriteria(QueryAxisType.
DescendantOrSelf
, NodeQName.Empty, QueryNodeType.All));