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