System\Data\RbTree.cs (5)
611root_id = RBInsert(Next(z_id), x_id, z_id, -1, false); // z_id is existing mainTreeNodeID
656root_id = RBInsert(z_id, x_id, newMainTreeNodeId, -1, false);
1555RBInsert(NIL, nodeId, NIL, -1, false);
1564RBInsert(NIL, nodeId, NIL, -1, false);
1609RBInsert(NIL, nodeId, NIL, position, append);