2 writes to _percentDecimalDigits
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2269
nfi.
_percentDecimalDigits
= nfi._numberDecimalDigits;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
686
_percentDecimalDigits
= value;
1 reference to _percentDecimalDigits
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
677
get =>
_percentDecimalDigits
;