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