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; 156if (reader.ValueLength > JsonConstants.MaximumFloatingPointConstantLength) 162buffer = stackalloc byte[JsonConstants.MaximumFloatingPointConstantLength]; 167if (written > JsonConstants.MaximumFloatingPointConstantLength)