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