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