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