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