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