2 writes to _negativeInfinitySymbolUtf8
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (2)
508
_negativeInfinitySymbolUtf8
= null;
518
Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(
_negativeInfinitySymbolUtf8
??= Encoding.UTF8.GetBytes(_negativeInfinitySymbol));