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