2 writes to currencyGroupSeparator
mscorlib (2)
system\globalization\culturedata.cs (1)
3155
nfi.
currencyGroupSeparator
= this.sMonetaryThousand;
system\globalization\numberformatinfo.cs (1)
444
currencyGroupSeparator
= value;
3 references to currencyGroupSeparator
mscorlib (3)
system\globalization\numberformatinfo.cs (3)
139
(numberDecimalSeparator !=
currencyGroupSeparator
) &&
141
(currencyDecimalSeparator !=
currencyGroupSeparator
)) {
440
get { return
currencyGroupSeparator
; }