6 references to FormatLength
System.Text.Json (6)
System\Text\Json\Serialization\Converters\Value\DateOnlyConverter.cs (6)
13
public const int MaxEscapedFormatLength =
FormatLength
* JsonConstants.MaxExpansionFactorWhileEscaping;
33
if (!JsonHelpers.IsInRangeInclusive(reader.ValueLength,
FormatLength
, MaxEscapedFormatLength))
60
Span<byte> buffer = stackalloc byte[
FormatLength
];
62
Debug.Assert(formattedSuccessfully && charsWritten ==
FormatLength
);
68
Span<byte> buffer = stackalloc byte[
FormatLength
];
70
Debug.Assert(formattedSuccessfully && charsWritten ==
FormatLength
);