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