2 writes to s_cachedRegions
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
448tempHashTable = Interlocked.CompareExchange(ref s_cachedRegions, newTable, null) ?? newTable; 506s_cachedRegions = null;
1 reference to s_cachedRegions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
442Dictionary<string, CultureData>? tempHashTable = s_cachedRegions;