1 instantiation of LocalDataStoreHolder
mscorlib (1)
system\_localdatastoremgr.cs (1)
99
LocalDataStoreHolder holder = new
LocalDataStoreHolder
(store);
6 references to LocalDataStoreHolder
mscorlib (6)
system\_localdatastoremgr.cs (2)
95
public
LocalDataStoreHolder
CreateLocalDataStore()
99
LocalDataStoreHolder
holder = new LocalDataStoreHolder(store);
system\runtime\remoting\context.cs (1)
63
private volatile
LocalDataStoreHolder
_localDataStore;
system\threading\thread.cs (3)
184
static private
LocalDataStoreHolder
s_LocalDataStore;
1072
LocalDataStoreHolder
dls = s_LocalDataStore;
1090
LocalDataStoreHolder
dls = s_LocalDataStore;