2 writes to _percentSymbol
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
2261
nfi.
_percentSymbol
= PercentSymbol;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
739
_percentSymbol
= value;
3 references to _percentSymbol
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
734
get =>
_percentSymbol
;
749
Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(
_percentSymbol
) :
750
Unsafe.BitCast<ReadOnlySpan<byte>, ReadOnlySpan<TChar>>(GetUtf8Span(ref _percentSymbolUtf8,
_percentSymbol
));