3 references to MaxFormatLength
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\Int128Converter.cs (3)
61
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
74
Span<byte> buffer = stackalloc byte[
MaxFormatLength
];
95
Span<byte> buffer = stackalloc byte[
MaxFormatLength
+ 2];