4 writes to _slotArray
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (4)
197linkedSlot._slotArray = null; 538linkedSlot._slotArray = newTable; 591_slotArray = slotArray; 730linkedSlot._slotArray = null;
2 references to _slotArray
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
188LinkedSlotVolatile[]? slotArray = linkedSlot._slotArray; 536if (linkedSlot != null && linkedSlot._slotArray != null)