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