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