3 references to Int16OverflowLengthHex
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Integer.Unsigned.X.cs (3)
114
if (source.Length <= ParserHelpers.
Int16OverflowLengthHex
)
134
for (int index = 1; index < ParserHelpers.
Int16OverflowLengthHex
; index++)
146
for (int index = ParserHelpers.
Int16OverflowLengthHex
; index < source.Length; index++)