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