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