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