14 references to AllowParentheses
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (3)
1505NumberStyles.AllowParentheses Or 1895NumberStyles.AllowParentheses Or 1948NumberStyles.AllowParentheses Or
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (1)
128NumberStyles.AllowParentheses Or
Microsoft\VisualBasic\CompilerServices\DoubleType.vb (2)
151NumberStyles.AllowParentheses Or 207NumberStyles.AllowParentheses Or
System.Data.Common (1)
System\Data\SQLTypes\SQLMoney.cs (1)
230NumberStyles.AllowParentheses |
System.Private.CoreLib (4)
src\libraries\Common\src\System\Number.Parsing.Common.cs (1)
72else if (ch == '(' && ((styles & NumberStyles.AllowParentheses) != 0) && ((state & StateSign) == 0))
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
805| NumberStyles.AllowParentheses | NumberStyles.AllowDecimalPoint
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberStyles.cs (2)
77AllowParentheses | AllowDecimalPoint | AllowThousands | AllowCurrencySymbol, 80AllowParentheses | AllowDecimalPoint | AllowThousands | AllowCurrencySymbol | AllowExponent,
System.Runtime.Numerics (3)
src\libraries\Common\src\System\Number.Parsing.Common.cs (1)
72else if (ch == '(' && ((styles & NumberStyles.AllowParentheses) != 0) && ((state & StateSign) == 0))
System\Number.BigInteger.cs (1)
23| NumberStyles.AllowParentheses | NumberStyles.AllowDecimalPoint
System\Numerics\Complex.cs (1)
29| NumberStyles.AllowParentheses | NumberStyles.AllowDecimalPoint