3 writes to upperBound
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (3)
37this.upperBound = double.MaxValue; 45this.upperBound = literal; 49this.upperBound = literal;
3 references to upperBound
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (3)
112return this.upperBound; 133return (this.lowerBound == lowerBound && this.lowerOp == lowerOp && this.upperBound == upperBound && this.upperOp == upperOp); 138return (this.lowerBound == endpoint || this.upperBound == endpoint);