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