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)
251
if (
_zeroDigit
!= '0')
254
int shift =
_zeroDigit
- '0';