1 write to Index
ILCompiler.ReadyToRun (1)
Compiler\PettisHansenSort\CallGraphNode.cs (1)
12Index = index;
3 references to Index
ILCompiler.ReadyToRun (3)
Compiler\PettisHansenSort\CallGraphNode.cs (1)
26public override string ToString() => Index.ToString();
Compiler\PettisHansenSort\PettisHansen.cs (2)
46AddEdge(i, kvp.Key.Index, kvp.Value); 47AddEdge(kvp.Key.Index, i, kvp.Value);