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