2 writes to _negativeInfinitySymbol
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2264
nfi.
_negativeInfinitySymbol
= NegativeInfinitySymbol;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
521
_negativeInfinitySymbol
= value;
3 references to _negativeInfinitySymbol
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
515
get =>
_negativeInfinitySymbol
;
531
Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(
_negativeInfinitySymbol
) :
532
Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(GetUtf8Span(ref _negativeInfinitySymbolUtf8,
_negativeInfinitySymbol
));