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