2 references to NegativeInfinitySymbolTChar
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)
970
if (SpanEqualsOrdinalIgnoreCase(valueTrim, info.
NegativeInfinitySymbolTChar
<TChar>()))