1 write to posFormatInfo
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
50posFormatInfo = (NumberFormatInfo)decimalFormat.info.Clone();
8 references to posFormatInfo
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (8)
56char decimalSeparator = posFormatInfo.NumberDecimalSeparator[0]; 57char groupSeparator = posFormatInfo.NumberGroupSeparator[0]; 58char percentSymbol = posFormatInfo.PercentSymbol[0]; 59char perMilleSymbol = posFormatInfo.PerMilleSymbol[0]; 104posFormatInfo.NumberGroupSizes = new int[] { groupingSize }; 106posFormatInfo.NumberDecimalDigits = 0; 171NumberFormatInfo formatInfo = sawPattern ? negFormatInfo : posFormatInfo; 209formatInfo = this.posFormatInfo;