1 reference to GetNamedSlot
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
484
public static LocalDataStoreSlot GetNamedDataSlot(string name) => LocalDataStore.
GetNamedSlot
(name);