2 writes to _perMilleSymbol
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2249
nfi.
_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)
741
get =>
_perMilleSymbol
;
757
Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(
_perMilleSymbol
) :
758
Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(_perMilleSymbolUtf8 ??= Encoding.UTF8.GetBytes(
_perMilleSymbol
));