2 writes to sCurrency
mscorlib (2)
system\globalization\culturedata.cs (2)
423 invariant.sCurrency = "\x00a4"; // local monetary symbol "¤: for international monetary symbol 1828this.sCurrency = DoGetLocaleInfo(LOCALE_SCURRENCY);
3 references to sCurrency
mscorlib (3)
system\globalization\culturedata.cs (3)
1822if (this.sCurrency == null 1830return this.sCurrency; 3154nfi.currencySymbol = this.sCurrency;