1 instantiation of LocalDataStore
mscorlib (1)
system\_localdatastoremgr.cs (1)
98
LocalDataStore store = new
LocalDataStore
(this, m_SlotInfoTable.Length);
10 references to LocalDataStore
mscorlib (10)
system\_localdatastore.cs (4)
30
private
LocalDataStore
m_Store;
32
public LocalDataStoreHolder(
LocalDataStore
store)
39
LocalDataStore
store = m_Store;
46
public
LocalDataStore
Store
system\_localdatastoremgr.cs (5)
98
LocalDataStore
store = new LocalDataStore(this, m_SlotInfoTable.Length);
121
public void DeleteLocalDataStore(
LocalDataStore
store)
301
((
LocalDataStore
)m_ManagedLocalDataStores[i]).FreeData(slot, cookie);
337
private List<
LocalDataStore
> m_ManagedLocalDataStores = new List<
LocalDataStore
>();
system\runtime\remoting\context.cs (1)
739
private
LocalDataStore
MyLocalStore