1 reference to MaxDateTimeFraction
System.Text.Json (1)
System\Text\Json\JsonHelpers.Date.cs (1)
539Debug.Assert(parseData.Fraction >= 0 && parseData.Fraction <= JsonConstants.MaxDateTimeFraction); // All of our callers to date parse the fraction from fixed 7-digit fields so this value is trusted.