1 write to negFormatInfo
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
118
negFormatInfo
= (NumberFormatInfo)decimalFormat.info.Clone();
4 references to negFormatInfo
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (4)
119
negFormatInfo
.NegativeSign = string.Empty;
171
NumberFormatInfo formatInfo = sawPattern ?
negFormatInfo
: posFormatInfo;
205
if (value < 0 &&
negFormatInfo
!= null) {
206
formatInfo = this.
negFormatInfo
;