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