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