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