2 references to Iso3166CountryName
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
1140
internal string RegionName => _sRegionName ??= GetLocaleInfoCore(LocaleStringData.
Iso3166CountryName
);
1194
internal string TwoLetterISOCountryName => _sISO3166CountryName ??= GetLocaleInfoCore(LocaleStringData.
Iso3166CountryName
);