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