4 writes to _slotArray
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (4)
197linkedSlot._slotArray = null; 535linkedSlot._slotArray = newTable; 588_slotArray = slotArray; 727linkedSlot._slotArray = null;
2 references to _slotArray
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
188LinkedSlotVolatile[]? slotArray = linkedSlot._slotArray; 533if (linkedSlot != null && linkedSlot._slotArray != null)