2 writes to zeroDigit
System.Private.Xml (2)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
21this.zeroDigit = zeroDigit;
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
423format.zeroDigit = value[0];
5 references to zeroDigit
System.Private.Xml (5)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (3)
49_zeroDigit = decimalFormat.zeroDigit; 81if (ch == decimalFormat.zeroDigit) 176if (decimalFormat.zeroDigit != '0')
System\Xml\Xsl\XsltOld\RootAction.cs (2)
229exist.zeroDigit != formatinfo.zeroDigit ||