2 writes to NumNodes
ILCompiler.ReadyToRun (2)
Compiler\PettisHansenSort\DisjointSetForest.cs (2)
21
NumNodes
= numNodes;
40
NumNodes
++;
3 references to NumNodes
ILCompiler.ReadyToRun (3)
Compiler\PettisHansenSort\DisjointSetForest.cs (3)
34
if (
NumNodes
>= _nodes.Length)
35
Array.Resize(ref _nodes,
NumNodes
* 2);
37
int index =
NumNodes
;