11 references to LowerBound
System.ServiceModel (11)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (11)
627this.EnsureRoot(interval.LowerBound); 637if (rootVal < interval.LowerBound) 640root = add ? root.EnsureRight(interval.LowerBound) : root.Right; 664if (rootVal > interval.LowerBound) 678root = add ? root.EnsureLeft(interval.LowerBound) : root.Left; 729if (null != rightAncestor && rightAncestor.Value >= interval.LowerBound) 744if (rootVal > interval.LowerBound) 822return this.FindInterval(interval.LowerBound, interval.LowerOp, interval.UpperBound, interval.UpperOp); 846if (-1 == (index = this.intervals.IndexOf(intervalRemoved.LowerBound))) 848this.RemoveBoundary(this.FindBoundaryNode(intervalRemoved.LowerBound)); 850if (intervalRemoved.LowerBound != intervalRemoved.UpperBound && -1 == (index = this.intervals.IndexOf(intervalRemoved.UpperBound)))