3 references to AllowHyphenDuringParsing
System.Private.CoreLib (3)
src\libraries\Common\src\System\Number.Parsing.Common.cs (1)
328if ((ret is null) && info.AllowHyphenDuringParsing() && (p < pEnd) && (TChar.CastToUInt32(*p) == '-'))
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
292else if (info.AllowHyphenDuringParsing() && num == '-') 1015if (info.AllowHyphenDuringParsing() && SpanStartsWith(valueTrim, TChar.CastFrom('-')) && SpanEqualsOrdinalIgnoreCase(valueTrim.Slice(1), nanSymbol))