7 references to MaxCalendarYear
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (7)
161if (year < 1 || year > MaxCalendarYear) 165SR.Format(SR.ArgumentOutOfRange_Range, 1, MaxCalendarYear)); 172if (year == MaxCalendarYear) 435if (value < 99 || value > MaxCalendarYear) 440SR.Format(SR.ArgumentOutOfRange_Range, 99, MaxCalendarYear)); 456if (year > MaxCalendarYear) 461SR.Format(SR.ArgumentOutOfRange_Range, 1, MaxCalendarYear));