8 writes to root
System.Data (8)
fx\src\data\System\Data\RbTree.cs (8)
121
root
= NIL;
452
root
= y_id;
499
root
= y_id;
619
root
= newMainTreeNodeId;
675
root
= x_id;
875
root
= x_id;
968
root
= satelliteRootId;
1020
root
= y_id;
29 references to root
System.Data (29)
fx\src\data\System\Data\RbTree.cs (21)
318
Debug.Assert(_inUseNodeCount-1 == SubTreeSize(
root
), "count mismatch");
556
int z_id = (root_id == NIL) ?
root
: root_id; //if non NIL, then use the specifid root_id as tree's root.
618
if (
root
== z_id)
644
position = SubTreeSize(
root
); // append
763
SetColor (
root
, NodeColor.black);
778
if (Parent(x_id.NodeID) == NIL && x_id.NodeID !=
root
) //determine if x_id is a satellite root.
967
if (
root
== mNode) {
1019
if (
root
== z_id) {
1054
while (((root_id == NIL ?
root
: root_id) != x_id) && color (x_id) == NodeColor.black)
1097
x_id = (root_id == NIL) ?
root
: root_id;
1146
x_id = (root_id == NIL) ?
root
: root_id;
1156
x_id = (root_id == NIL) ?
root
: root_id;
1173
int x_id = (root_id == NIL) ?
root
: root_id;
1200
int x_id =
root
;
1398
x_id = ComputeNodeByIndex(
root
, unchecked(userIndex + 1));
1420
int x_id =
root
;
1567
int x_id = Minimum(
root
);
1586
int x_id = Minimum(
root
);
1966
mainTreeNodeId = tree.
root
;
1977
mainTreeNodeId = tree.
root
;
2021
mainTreeNodeId = tree.
root
;
fx\src\data\System\Data\Selection.cs (8)
498
GetUniqueKeyValues(list, records.
root
);
535
x = records.
root
;
540
x = records.
root
;
568
x = records.
root
;
576
x = records.
root
;
589
x = records.
root
;
591
x = records.
root
;
608
int x = records.
root
;