3 writes to sLocalizedCountry
mscorlib (3)
system\globalization\culturedata.cs (3)
1517
this.
sLocalizedCountry
= Environment.GetResourceString(resourceKey);
1526
this.
sLocalizedCountry
= DoGetLocaleInfo(LOCALE_SLOCALIZEDCOUNTRYNAME);
1530
this.
sLocalizedCountry
= SNATIVECOUNTRY;
3 references to sLocalizedCountry
mscorlib (3)
system\globalization\culturedata.cs (3)
1511
if (this.
sLocalizedCountry
== null)
1521
if (String.IsNullOrEmpty(this.
sLocalizedCountry
))
1534
return this.
sLocalizedCountry
;