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