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