4 references to NaNSymbolTChar
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
325vlb.Append(info.NaNSymbolTChar<TChar>()); 969vlb.Append(info.NaNSymbolTChar<TChar>());
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
1037ReadOnlySpan<TChar> nanSymbol = info.NaNSymbolTChar<TChar>(); 1636ReadOnlySpan<TChar> nanSymbol = info.NaNSymbolTChar<TChar>();