2 writes to _perMilleSymbol
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2249nfi._perMilleSymbol = PerMilleSymbol;
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
747_perMilleSymbol = value;
3 references to _perMilleSymbol
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
741get => _perMilleSymbol; 757Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(_perMilleSymbol) : 758Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(_perMilleSymbolUtf8 ??= Encoding.UTF8.GetBytes(_perMilleSymbol));