2 writes to sEnglishCurrency
mscorlib (2)
system\globalization\culturedata.cs (2)
425
invariant.
sEnglishCurrency
= "International Monetary Fund"; // English name for this currency (Windows Only)
1856
this.
sEnglishCurrency
= DoGetLocaleInfo(LOCALE_SENGCURRNAME);
2 references to sEnglishCurrency
mscorlib (2)
system\globalization\culturedata.cs (2)
1854
if (this.
sEnglishCurrency
== null)
1858
return this.
sEnglishCurrency
;