1 write to _negFormatInfo
System.Private.Xml (1)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
129_negFormatInfo = (NumberFormatInfo)decimalFormat.info.Clone();
4 references to _negFormatInfo
System.Private.Xml (4)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (4)
130_negFormatInfo.NegativeSign = string.Empty; 193NumberFormatInfo formatInfo = sawPattern ? _negFormatInfo! : _posFormatInfo; 238if (value < 0 && _negFormatInfo != null) 240formatInfo = _negFormatInfo;