2 writes to _percentDecimalDigits
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2269nfi._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)
677get => _percentDecimalDigits;