1 write to Id
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
88Id = id;
4 references to Id
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (4)
153_items.MergeSort((x, y) => Comparer<int>.Default.Compare((int)x.Id, (int)y.Id)); 187builder.EmitInt((int)item.Id); 193int delta = item.Id == ReadyToRunSectionType.RuntimeFunctions ? RuntimeFunctionsTableNode.SentinelSizeAdjustment : 0;