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