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