3 writes to lowerBound
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (3)
36this.lowerBound = double.MinValue; 52this.lowerBound = literal; 56this.lowerBound = literal;
3 references to lowerBound
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (3)
96return this.lowerBound; 133return (this.lowerBound == lowerBound && this.lowerOp == lowerOp && this.upperBound == upperBound && this.upperOp == upperOp); 138return (this.lowerBound == endpoint || this.upperBound == endpoint);