5 references to GetSuccessor
PresentationFramework (5)
MS\Internal\Data\RBFinger.cs (1)
45finger.Node = finger.Node.GetSuccessor();
MS\Internal\Data\RBNode.cs (3)
294newFinger = new RBFinger<T>() { Node = newFinger.Node.GetSuccessor(), Offset = 0, Index = newFinger.Index }; 331RBNode<T> successor = newNode.GetSuccessor(); 370finger.Node = node.GetSuccessor();
MS\Internal\Data\RBTree.cs (1)
99RBNode<T> successor = node.GetSuccessor();