1 write to zeroDigit
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
49zeroDigit = decimalFormat.zeroDigit;
2 references to zeroDigit
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (2)
215if (this.zeroDigit != '0') { 217int shift = this.zeroDigit - '0';