1 write to s_nameToSlotMap
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
676
return Interlocked.CompareExchange(ref
s_nameToSlotMap
, nameToSlotMap, null) ?? nameToSlotMap;
1 reference to s_nameToSlotMap
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
669
Dictionary<string, LocalDataStoreSlot>? nameToSlotMap =
s_nameToSlotMap
;