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