11 references to UpperBound
System.ServiceModel (11)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (11)
652if (null != leftAncestor && leftAncestor.Value <= interval.UpperBound) 666if (rootVal < interval.UpperBound) 704this.EnsureRoot(interval.UpperBound); 714if (rootVal > interval.UpperBound) 717root = add ? root.EnsureLeft(interval.UpperBound) : root.Left; 741if (rootVal < interval.UpperBound) 756root = add ? root.EnsureRight(interval.UpperBound) : root.Right; 822return this.FindInterval(interval.LowerBound, interval.LowerOp, interval.UpperBound, interval.UpperOp); 850if (intervalRemoved.LowerBound != intervalRemoved.UpperBound && -1 == (index = this.intervals.IndexOf(intervalRemoved.UpperBound))) 852this.RemoveBoundary(this.FindBoundaryNode(intervalRemoved.UpperBound));