3 references to Int32OverflowLengthHex
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Integer.Unsigned.X.cs (3)
196
if (source.Length <= ParserHelpers.
Int32OverflowLengthHex
)
216
for (int index = 1; index < ParserHelpers.
Int32OverflowLengthHex
; index++)
228
for (int index = ParserHelpers.
Int32OverflowLengthHex
; index < source.Length; index++)