fx\src\data\System\Data\RbTree.cs (5)
586root_id = RBInsert (Next (z_id), x_id, z_id, -1, false); // z_id is existing mainTreeNodeID
630root_id = RBInsert (z_id, x_id, newMainTreeNodeId, -1, false);
1489RBInsert (NIL, nodeId, NIL, -1, false);
1498RBInsert(NIL, nodeId, NIL, -1, false);
1539RBInsert (NIL, nodeId, NIL, position, append);