1 write to s_nameToSlotMap
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
683return 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)
676Dictionary<string, LocalDataStoreSlot>? nameToSlotMap = s_nameToSlotMap;