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