2 writes to negativeSign
mscorlib (2)
system\globalization\culturedata.cs (1)
3142
nfi.
negativeSign
= this.sNegativeSign;
system\globalization\numberformatinfo.cs (1)
606
negativeSign
= value;
4 references to negativeSign
mscorlib (4)
system\globalization\numberformatinfo.cs (1)
598
get { return
negativeSign
; }
system\number.cs (3)
800
} else if (signflag && (next = MatchChars(p, numfmt.
negativeSign
)) != null) {
873
else if ((next = MatchChars(p, numfmt.
negativeSign
)) != null) {
905
} else if (signflag && (next = MatchChars(p, numfmt.
negativeSign
)) != null) {