1 write to Id
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
88
Id
= 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
));
187
builder.EmitInt((int)item.
Id
);
193
int delta = item.
Id
== ReadyToRunSectionType.RuntimeFunctions ? RuntimeFunctionsTableNode.SentinelSizeAdjustment : 0;