2 references to CachedCulturesByName
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
1034
Dictionary<string, CultureInfo> nameTable =
CachedCulturesByName
;
1073
Dictionary<string, CultureInfo> nameTable =
CachedCulturesByName
;