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