1 write to Id
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
88
Id
= 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
));
187
builder.EmitInt((int)item.
Id
);
191
int rvaDelta = item.
Id
== ReadyToRunSectionType.DelayLoadMethodCallThunks ? -factory.Target.CodeDelta : 0;
196
int delta = item.
Id
== ReadyToRunSectionType.RuntimeFunctions ? factory.RuntimeFunctionsTable.SentinelSizeAdjustment : 0;