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