8 references to FindSet
ILCompiler.ReadyToRun (8)
Compiler\PettisHansenSort\DisjointSetForest.cs (2)
65x = FindSet(x); 66y = FindSet(y);
Compiler\PettisHansenSort\PettisHansen.cs (6)
74from = unionFind.FindSet(from); 75to = unionFind.FindSet(to); 85int winner = unionFind.FindSet(from); 123Debug.Assert(phEdges[loser].Count(e => unionFind.FindSet(e.Key) == winner) == 1); 152Debug.Assert(unionFind.FindSet(i) == i && unionFind.FindSet(edge.Key) == edge.Key);