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