2 writes to sNativeCountry
mscorlib (2)
system\globalization\culturedata.cs (2)
398 invariant.sNativeCountry = "Invariant Country"; // native country name (Windows Only) 1560this.sNativeCountry = DoGetLocaleInfo(LOCALE_SNATIVECOUNTRYNAME);
2 references to sNativeCountry
mscorlib (2)
system\globalization\culturedata.cs (2)
1558if (this.sNativeCountry == null) 1562return this.sNativeCountry;