2 writes to _perMilleSymbol
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2262
nfi.
_perMilleSymbol
= PerMilleSymbol;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
761
_perMilleSymbol
= value;
3 references to _perMilleSymbol
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
755
get =>
_perMilleSymbol
;
771
Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(
_perMilleSymbol
) :
772
Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(GetUtf8Span(ref _perMilleSymbolUtf8,
_perMilleSymbol
));