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