2 references to MaximumDateTimeOffsetParseLength
System.Text.Json (2)
System\Text\Json\JsonConstants.cs (1)
100
public const int MaximumEscapedDateTimeOffsetParseLength = MaxExpansionFactorWhileEscaping *
MaximumDateTimeOffsetParseLength
;
System\Text\Json\JsonHelpers.Date.cs (1)
38
return IsInRangeInclusive(length, JsonConstants.MinimumDateTimeParseLength, JsonConstants.
MaximumDateTimeOffsetParseLength
);