4 references to MaximumFloatingPointConstantLength
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (4)
15private const int MaxUnescapedFormatLength = JsonConstants.MaximumFloatingPointConstantLength * JsonConstants.MaxExpansionFactorWhileEscaping; 172if (reader.ValueLength > JsonConstants.MaximumFloatingPointConstantLength) 178buffer = stackalloc byte[JsonConstants.MaximumFloatingPointConstantLength]; 183if (written > JsonConstants.MaximumFloatingPointConstantLength)