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