2 writes to upperOp
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
39
this.
upperOp
= IntervalOp.LessThanEquals;
46
this.
upperOp
= IntervalOp.LessThan;
2 references to upperOp
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
120
return this.
upperOp
;
133
return (this.lowerBound == lowerBound && this.lowerOp == lowerOp && this.upperBound == upperBound && this.
upperOp
== upperOp);