2 writes to zeroDigit
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
24this.zeroDigit = zeroDigit;
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
355format.zeroDigit = value[0];
5 references to zeroDigit
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (3)
49zeroDigit = decimalFormat.zeroDigit; 78if (ch == decimalFormat.zeroDigit) { 157if (decimalFormat.zeroDigit != '0') {
System\Xml\Xsl\XsltOld\RootAction.cs (2)
207exist.zeroDigit != formatinfo.zeroDigit ||