2 writes to Right
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
911boundary.Right = null; 937parent.Right = with;
9 references to Right
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (9)
534this.nextNode = this.currentNode.Right; 640root = add ? root.EnsureRight(interval.LowerBound) : root.Right; 756root = add ? root.EnsureRight(interval.UpperBound) : root.Right; 813boundary = this.FindBoundaryNode(root.Right, val); 874if (null != boundary.Left && null != boundary.Right) 879while (null != replacement.Right) 881replacement = replacement.Right; 905this.Replace(boundary, boundary.Right); 935else if (replace == parent.Right)