3 references to AllocateSlot
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (3)
502public static LocalDataStoreSlot AllocateDataSlot() => LocalDataStore.AllocateSlot(); 681LocalDataStoreSlot slot = AllocateSlot(); 697slot = AllocateSlot();