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