2 writes to _nanSymbol
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2266
nfi.
_nanSymbol
= NaNSymbol;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
436
_nanSymbol
= value;
3 references to _nanSymbol
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
430
get =>
_nanSymbol
;
446
Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(
_nanSymbol
) :
447
Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(GetUtf8Span(ref _nanSymbolUtf8,
_nanSymbol
));