2 writes to sPercent
mscorlib (2)
system\globalization\culturedata.cs (2)
419 invariant.sPercent = "%"; // Percent (%) symbol 1791this.sPercent = DoGetLocaleInfo(LOCALE_SPERCENT);
2 references to sPercent
mscorlib (2)
system\globalization\culturedata.cs (2)
1788if (this.sPercent == null) 1793return this.sPercent;