3 references to AllocateNamedDataSlot
mscorlib (3)
system\_localdatastoremgr.cs (1)
253
return
AllocateNamedDataSlot
(name);
system\runtime\remoting\context.cs (1)
772
return _localDataStoreMgr.
AllocateNamedDataSlot
(name);
system\threading\thread.cs (1)
1040
return LocalDataStoreManager.
AllocateNamedDataSlot
(name);