3 references to AllowExponent
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Decimal.cs (1)
38
options = ParseNumberOptions.
AllowExponent
;
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Float.cs (1)
89
options = ParseNumberOptions.
AllowExponent
;
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Number.cs (1)
220
if ((options & ParseNumberOptions.
AllowExponent
) == 0)