6 references to ThreadLocal
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (6)
287
int index = (IsFieldThreadStatic(in fieldDef, module.MetadataReader) ? StaticIndex.
ThreadLocal
: StaticIndex.Regular);
327
offsetsForType.NonGcOffsets[StaticIndex.
ThreadLocal
],
350
offsetsForType.GcOffsets[StaticIndex.
ThreadLocal
],
356
offsetsForType.GcOffsets[StaticIndex.
ThreadLocal
] + new LayoutInt(gcBoxedCount[StaticIndex.
ThreadLocal
] * pointerSize)
365
int index = (IsFieldThreadStatic(in fieldDef, module.MetadataReader) ? StaticIndex.
ThreadLocal
: StaticIndex.Regular);