1 reference to AllowHyphenDuringParsing
System.Runtime.Numerics (1)
src\runtime\src\libraries\Common\src\System\Number.Parsing.Common.cs (1)
367if ((nextIndex < 0) && info.AllowHyphenDuringParsing() && ((uint)index < (uint)value.Length) && (TChar.CastToUInt32(value[index]) == '-'))