2 references to FindSetInternal
ILCompiler.RyuJit (2)
parent\ILCompiler.ReadyToRun\Compiler\PettisHansenSort\DisjointSetForest.cs (2)
51
return
FindSetInternal
(node);
58
_nodes[node].Parent = parent =
FindSetInternal
(parent);