1 write to Id
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
88Id = id;
5 references to Id
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (5)
153_items.MergeSort((x, y) => Comparer<int>.Default.Compare((int)x.Id, (int)y.Id)); 187builder.EmitInt((int)item.Id); 191int rvaDelta = item.Id == ReadyToRunSectionType.DelayLoadMethodCallThunks ? -factory.Target.CodeDelta : 0; 196int delta = item.Id == ReadyToRunSectionType.RuntimeFunctions ? factory.RuntimeFunctionsTable.SentinelSizeAdjustment : 0;