5 references to GetSuccessor
PresentationFramework (5)
MS\Internal\Data\RBFinger.cs (1)
46finger.Node = finger.Node.GetSuccessor();
MS\Internal\Data\RBNode.cs (3)
299newFinger = new RBFinger<T>() { Node = newFinger.Node.GetSuccessor(), Offset = 0, Index = newFinger.Index }; 336RBNode<T> successor = newNode.GetSuccessor(); 375finger.Node = node.GetSuccessor();
MS\Internal\Data\RBTree.cs (1)
104RBNode<T> successor = node.GetSuccessor();