2 writes to sRegionName
mscorlib (2)
system\globalization\culturedata.cs (2)
393 invariant.sRegionName = "IV"; // (RegionInfo) 1475this.sRegionName = DoGetLocaleInfo(LOCALE_SISO3166CTRYNAME);
2 references to sRegionName
mscorlib (2)
system\globalization\culturedata.cs (2)
1473if (this.sRegionName == null) 1477return this.sRegionName;