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