2 references to IsInRangeInclusive
System.Text.Json (2)
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (2)
1251
if (!JsonHelpers.
IsInRangeInclusive
(sequenceLength, JsonConstants.MinimumDateTimeParseLength, JsonConstants.MaximumEscapedDateTimeOffsetParseLength))
1316
if (!JsonHelpers.
IsInRangeInclusive
(sequenceLength, JsonConstants.MinimumDateTimeParseLength, JsonConstants.MaximumEscapedDateTimeOffsetParseLength))