3 references to Int64OverflowLengthHex
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Integer.Unsigned.X.cs (3)
278
if (source.Length <= ParserHelpers.
Int64OverflowLengthHex
)
298
for (int index = 1; index < ParserHelpers.
Int64OverflowLengthHex
; index++)
310
for (int index = ParserHelpers.
Int64OverflowLengthHex
; index < source.Length; index++)