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