4 references to MaxFormatLength
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (4)
67
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
80
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
117
Span<byte> buffer = stackalloc byte[
MaxFormatLength
+ 2];
140
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];