1 write to axis
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
29this.axis = QueryDataModel.GetAxis(axis);
14 references to axis
System.ServiceModel (14)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (14)
39return this.axis; 48return QueryAxisType.Self == this.axis.Type || QueryAxisType.Child == this.axis.Type; 77return (this.axis.Type == criteria.axis.Type && this.type == criteria.type && this.qname.Equals(criteria.qname)); 172if (QueryAxisType.Self == this.axis.Type) 179else if (QueryAxisType.Descendant == this.axis.Type) 183else if (QueryAxisType.DescendantOrSelf == this.axis.Type) 188else if (QueryAxisType.Child == this.axis.Type) 205else if (QueryAxisType.Attribute == this.axis.Type) 257if (QueryAxisType.Descendant == this.axis.Type) 281if (QueryAxisType.Descendant == this.axis.Type) 286else if (QueryAxisType.DescendantOrSelf == this.axis.Type) 338if (QueryAxisType.Self == this.axis.Type)