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