1 reference to AllowHyphenDuringParsing
System.Runtime.Numerics (1)
src\libraries\Common\src\System\Number.Parsing.Common.cs (1)
328
if ((ret is null) && info.
AllowHyphenDuringParsing
() && (p < pEnd) && (TChar.CastToUInt32(*p) == '-'))