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