1 write to _posFormatInfo
System.Private.Xml (1)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
50_posFormatInfo = (NumberFormatInfo)decimalFormat.info.Clone();
8 references to _posFormatInfo
System.Private.Xml (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]; 114_posFormatInfo.NumberGroupSizes = new int[] { groupingSize }; 117_posFormatInfo.NumberDecimalDigits = 0; 193NumberFormatInfo formatInfo = sawPattern ? _negFormatInfo! : _posFormatInfo; 245formatInfo = _posFormatInfo;