1 reference to AllocateNamedSlot
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
503
public static LocalDataStoreSlot AllocateNamedDataSlot(string name) => LocalDataStore.
AllocateNamedSlot
(name);