5 writes to Parent
ILCompiler.ReadyToRun (5)
Compiler\PettisHansenSort\DisjointSetForest.cs (5)
19
_nodes[i].
Parent
= i;
38
_nodes[index].
Parent
= index;
58
_nodes[node].
Parent
= parent = FindSetInternal(parent);
73
_nodes[x].
Parent
= y;
76
_nodes[y].
Parent
= x;
1 reference to Parent
ILCompiler.ReadyToRun (1)
Compiler\PettisHansenSort\DisjointSetForest.cs (1)
56
int parent = _nodes[node].
Parent
;