14 references to Type
System.ServiceModel (14)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (13)
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
)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
33
this.useSpecial = parent is SubExprHeader && ((SelectOpcode)ops).Criteria.Axis.
Type
== QueryAxisType.Child;