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