1 write to GcOffsets
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (1)
575GcOffsets = new LayoutInt[StaticIndex.Count] { gcOffset, tlsGcOffset };
4 references to GcOffsets
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (4)
349offsetsForType.GcOffsets[StaticIndex.Regular], 350offsetsForType.GcOffsets[StaticIndex.ThreadLocal], 355offsetsForType.GcOffsets[StaticIndex.Regular] + new LayoutInt(gcBoxedCount[StaticIndex.Regular] * pointerSize), 356offsetsForType.GcOffsets[StaticIndex.ThreadLocal] + new LayoutInt(gcBoxedCount[StaticIndex.ThreadLocal] * pointerSize)