1 write to m_SlotInfoTable
mscorlib (1)
system\_localdatastoremgr.cs (1)
186m_SlotInfoTable = newSlotInfoTable;
7 references to m_SlotInfoTable
mscorlib (7)
system\_localdatastoremgr.cs (7)
98LocalDataStore store = new LocalDataStore(this, m_SlotInfoTable.Length); 153int slotTableSize = m_SlotInfoTable.Length; 160if (!m_SlotInfoTable[availableSlot]) 185Array.Copy(m_SlotInfoTable, newSlotInfoTable, slotTableSize); 190m_SlotInfoTable[availableSlot] = true; 305m_SlotInfoTable[slot] = false; 332return m_SlotInfoTable.Length;