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)
160
internal bool AllowHyphenDuringParsing() =>
_allowHyphenDuringParsing
;