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