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