2 writes to sEnglishCountry
mscorlib (2)
system\globalization\culturedata.cs (2)
397 invariant.sEnglishCountry = "Invariant Country"; // english country name (RegionInfo) 1546this.sEnglishCountry = DoGetLocaleInfo(LOCALE_SENGLISHCOUNTRYNAME);
2 references to sEnglishCountry
mscorlib (2)
system\globalization\culturedata.cs (2)
1544if (this.sEnglishCountry == null) 1548return this.sEnglishCountry;