2 references to MaxUnescapedFormatLength
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (2)
146
if (reader.ValueLength >
MaxUnescapedFormatLength
)
152
buffer = stackalloc byte[
MaxUnescapedFormatLength
];