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