4 references to NegativeInfinitySymbolTChar
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
336
vlb.Append(TDecimal.IsNegative(value) ? info.
NegativeInfinitySymbolTChar
<TChar>() : info.PositiveInfinitySymbolTChar<TChar>());
980
vlb.Append(TNumber.IsNegative(value) ? info.
NegativeInfinitySymbolTChar
<TChar>() : info.PositiveInfinitySymbolTChar<TChar>());
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
1031
if (TryMatchSpecialValueSymbol(valueTrim, info.
NegativeInfinitySymbolTChar
<TChar>(), allowTrailingInvalid, ref elementsConsumed))
1630
if (TryMatchSpecialValueSymbol(valueTrim, info.
NegativeInfinitySymbolTChar
<TChar>(), allowTrailingInvalid, ref elementsConsumed))