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