2 writes to percentDecimalSeparator
mscorlib (2)
system\globalization\culturedata.cs (1)
3201nfi.percentDecimalSeparator = nfi.numberDecimalSeparator;
system\globalization\numberformatinfo.cs (1)
723percentDecimalSeparator = value;
1 reference to percentDecimalSeparator
mscorlib (1)
system\globalization\numberformatinfo.cs (1)
719get { return percentDecimalSeparator; }