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