4 writes to SlotArray
mscorlib (4)
system\threading\ThreadLocal.cs (4)
217
linkedSlot.
SlotArray
= null;
575
linkedSlot.
SlotArray
= newTable;
653
SlotArray
= slotArray;
757
linkedSlot.
SlotArray
= null;
2 references to SlotArray
mscorlib (2)
system\threading\ThreadLocal.cs (2)
208
LinkedSlotVolatile[] slotArray = linkedSlot.
SlotArray
;
573
if (linkedSlot != null && linkedSlot.
SlotArray
!= null)