1 write to Rank
ILCompiler.ReadyToRun (1)
Compiler\PettisHansenSort\DisjointSetForest.cs (1)
78_nodes[x].Rank++;
4 references to Rank
ILCompiler.ReadyToRun (4)
Compiler\PettisHansenSort\DisjointSetForest.cs (4)
72if (_nodes[y].Rank > _nodes[x].Rank) 77if (_nodes[x].Rank == _nodes[y].Rank)