2 writes to _percentDecimalDigits
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2264nfi._percentDecimalDigits = nfi._numberDecimalDigits;
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
671_percentDecimalDigits = value;
1 reference to _percentDecimalDigits
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
662get => _percentDecimalDigits;