1 write to _allowHyphenDuringParsing
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
185_allowHyphenDuringParsing = _negativeSign.Length == 1 &&
1 reference to _allowHyphenDuringParsing
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
176internal bool AllowHyphenDuringParsing() => _allowHyphenDuringParsing;