7 references to Self
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryModel.cs (2)
109
case QueryAxisType.
Self
:
367
new QueryAxis(QueryAxisType.
Self
, AxisDirection.Forward, QueryNodeType.Element, QueryNodeType.All),
System\ServiceModel\Dispatcher\QuerySelectOp.cs (3)
48
return QueryAxisType.
Self
== this.axis.Type || QueryAxisType.Child == this.axis.Type;
172
if (QueryAxisType.
Self
== this.axis.Type)
338
if (QueryAxisType.
Self
== this.axis.Type)
System\ServiceModel\Dispatcher\XPathParser.cs (2)
285
axisType = QueryAxisType.
Self
;
898
selectDesc = new NodeSelectCriteria(QueryAxisType.
Self
, NodeQName.Empty, QueryNodeType.All);