2 references to PositiveInfinitySymbolTChar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (1)
553
vlb.Append(TNumber.IsNegative(value) ? info.NegativeInfinitySymbolTChar<TChar>() : info.
PositiveInfinitySymbolTChar
<TChar>());
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
962
ReadOnlySpan<TChar> positiveInfinitySymbol = info.
PositiveInfinitySymbolTChar
<TChar>();