2 instantiations of LocalDataStoreMgr
mscorlib (2)
system\runtime\remoting\context.cs (1)
87
private static LocalDataStoreMgr _localDataStoreMgr = new
LocalDataStoreMgr
();
system\threading\thread.cs (1)
1798
Interlocked.CompareExchange(ref s_LocalDataStoreMgr, new
LocalDataStoreMgr
(), null);
9 references to LocalDataStoreMgr
mscorlib (9)
system\_localdatastore.cs (2)
92
private
LocalDataStoreMgr
m_Manager;
97
public LocalDataStore(
LocalDataStoreMgr
mgr, int InitialCapacity)
system\_localdatastoremgr.cs (4)
31
private
LocalDataStoreMgr
m_mgr;
36
internal LocalDataStoreSlot(
LocalDataStoreMgr
mgr, int slot, long cookie)
44
internal
LocalDataStoreMgr
Manager
69
LocalDataStoreMgr
mgr = m_mgr;
system\runtime\remoting\context.cs (1)
87
private static
LocalDataStoreMgr
_localDataStoreMgr = new LocalDataStoreMgr();
system\threading\thread.cs (2)
178
static private
LocalDataStoreMgr
s_LocalDataStoreMgr;
1792
private static
LocalDataStoreMgr
LocalDataStoreManager