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