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