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