1 instantiation of LocalDataStoreElement
mscorlib (1)
system\_localdatastore.cs (1)
236
m_DataTable[slotIdx] = new
LocalDataStoreElement
(slot.Cookie);
8 references to LocalDataStoreElement
mscorlib (8)
system\_localdatastore.cs (8)
91
private
LocalDataStoreElement
[] m_DataTable;
103
m_DataTable = new
LocalDataStoreElement
[InitialCapacity];
132
LocalDataStoreElement
element = m_DataTable[slotIdx];
162
LocalDataStoreElement
element = (slotIdx < m_DataTable.Length) ? m_DataTable[slotIdx] : null;
194
LocalDataStoreElement
element = m_DataTable[slot];
203
private
LocalDataStoreElement
PopulateElement(LocalDataStoreSlot slot)
223
LocalDataStoreElement
[] NewDataTable = new
LocalDataStoreElement
[capacity];