2 references to EnsureLeft
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
678root = add ? root.EnsureLeft(interval.LowerBound) : root.Left; 717root = add ? root.EnsureLeft(interval.UpperBound) : root.Left;