2 writes to sNativeCurrency
mscorlib (2)
system\globalization\culturedata.cs (2)
426 invariant.sNativeCurrency = "International Monetary Fund"; // Native name for this currency (Windows Only) 1870this.sNativeCurrency = DoGetLocaleInfo(LOCALE_SNATIVECURRNAME);
2 references to sNativeCurrency
mscorlib (2)
system\globalization\culturedata.cs (2)
1868if (this.sNativeCurrency == null) 1872return this.sNativeCurrency;