2 writes to _sEnglishCountry
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
575invariant._sEnglishCountry = "Invariant Country"; // english country name (RegionInfo) 1184internal string EnglishCountryName => _sEnglishCountry ??= GetLocaleInfoCore(LocaleStringData.EnglishCountryName);