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)
72
if (_nodes[y].
Rank
> _nodes[x].
Rank
)
77
if (_nodes[x].
Rank
== _nodes[y].
Rank
)