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