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