2 writes to sISO3166CountryName
mscorlib (2)
system\globalization\culturedata.cs (2)
399
invariant.
sISO3166CountryName
= "IV"; // (RegionInfo), ie: US
1574
this.
sISO3166CountryName
= DoGetLocaleInfo(LOCALE_SISO3166CTRYNAME);
2 references to sISO3166CountryName
mscorlib (2)
system\globalization\culturedata.cs (2)
1572
if (this.
sISO3166CountryName
== null)
1576
return this.
sISO3166CountryName
;