1 write to _zeroDigit
System.Private.Xml (1)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
49_zeroDigit = decimalFormat.zeroDigit;
2 references to _zeroDigit
System.Private.Xml (2)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (2)
251if (_zeroDigit != '0') 254int shift = _zeroDigit - '0';