3 references to MaxFormatLength
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\UInt128Converter.cs (3)
72
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
85
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
111
Span<byte> buffer = stackalloc byte[
MaxFormatLength
+ 2];