14 references to SetRight
System.Data.Common (14)
System\Data\RbTree.cs (14)
449SetRight(x_id, Left(y_id)); 475SetRight(Parent(x_id), y_id); 527SetRight(Parent(x_id), y_id); 529SetRight(y_id, x_id); 630SetRight(newMainTreeNodeId, Right(z_id)); 636SetRight(Parent(z_id), newMainTreeNodeId); 651SetRight(z_id, NIL); 736SetRight(y_id, x_id); 740SetRight(x_id, NIL); 919SetRight(py_id, x_id); 982SetRight(satelliteRootId, Right(mNode)); 994SetRight(Parent(mNode), satelliteRootId); 1035SetRight(y_id, Right(z_id)); 1047SetRight(Parent(z_id), y_id);