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;
193
NumberFormatInfo formatInfo = sawPattern ?
_negFormatInfo
! : _posFormatInfo;
238
if (value < 0 &&
_negFormatInfo
!= null)
240
formatInfo =
_negFormatInfo
;