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