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