2 writes to Left
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
910boundary.Left = null; 933parent.Left = with;
9 references to Left
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (9)
529this.nextNode = this.currentNode.Left; 678root = add ? root.EnsureLeft(interval.LowerBound) : root.Left; 717root = add ? root.EnsureLeft(interval.UpperBound) : root.Left; 811if (null == (boundary = this.FindBoundaryNode(root.Left, val))) 874if (null != boundary.Left && null != boundary.Right) 878IntervalBoundary replacement = boundary.Left; 899if (null != boundary.Left) 901this.Replace(boundary, boundary.Left); 931if (replace == parent.Left)