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