3 references to AllocateDataSlot
mscorlib (3)
system\_localdatastoremgr.cs (1)
222
LocalDataStoreSlot slot =
AllocateDataSlot
();
system\runtime\remoting\context.cs (1)
766
return _localDataStoreMgr.
AllocateDataSlot
();
system\threading\thread.cs (1)
1029
return LocalDataStoreManager.
AllocateDataSlot
();