3 references to AllocateSlot
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (3)
482public static LocalDataStoreSlot AllocateDataSlot() => LocalDataStore.AllocateSlot(); 661LocalDataStoreSlot slot = AllocateSlot(); 677slot = AllocateSlot();