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