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