3 references to s_calendarMaxValue
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (3)
66public override DateTime MaxSupportedDateTime => s_calendarMaxValue; 137if (ticks < s_calendarMinValue.Ticks || ticks > s_calendarMaxValue.Ticks) 146s_calendarMaxValue));