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