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)
56int parent = _nodes[node].Parent;