2 writes to _positiveInfinitySymbol
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2265
nfi.
_positiveInfinitySymbol
= PositiveInfinitySymbol;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
638
_positiveInfinitySymbol
= value;
3 references to _positiveInfinitySymbol
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
632
get =>
_positiveInfinitySymbol
;
648
Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(
_positiveInfinitySymbol
) :
649
Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(GetUtf8Span(ref _positiveInfinitySymbolUtf8,
_positiveInfinitySymbol
));