3 references to MaxFormatLength
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (3)
79
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
92
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
134
Span<byte> buffer = stackalloc byte[
MaxFormatLength
+ 2];