2 writes to sAbbrevCountry
mscorlib (2)
system\globalization\culturedata.cs (2)
472 invariant.sAbbrevCountry = "IVC"; // abbreviated country name (RegionInfo) (Windows Region Name) 1603this.sAbbrevCountry = DoGetLocaleInfo(LOCALE_SABBREVCTRYNAME);
2 references to sAbbrevCountry
mscorlib (2)
system\globalization\culturedata.cs (2)
1601if (this.sAbbrevCountry == null) 1605return this.sAbbrevCountry;