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