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