12 references to MaxCalendarYear
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (12)
60if (year < 1 || year > MaxCalendarYear || month < 1 || month > 12) 95if (year < 1 || year > MaxCalendarYear) 100SR.Format(SR.ArgumentOutOfRange_Range, 1, MaxCalendarYear)); 107if (year == MaxCalendarYear) 274if ((month == MaxCalendarMonth) && (year == MaxCalendarYear)) 292if (year == MaxCalendarYear) 316if (year == MaxCalendarYear) 360if (year == MaxCalendarYear) 406if (value < 99 || value > MaxCalendarYear) 411SR.Format(SR.ArgumentOutOfRange_Range, 99, MaxCalendarYear)); 426if (year > MaxCalendarYear) 431SR.Format(SR.ArgumentOutOfRange_Range, 1, MaxCalendarYear));