5 references to MaxLunisolarYear
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanLunisolarCalendar.cs (5)
1175
internal override int MaxCalendarYear =>
MaxLunisolarYear
;
1185
if (lunarYear < MinLunisolarYear || lunarYear >
MaxLunisolarYear
)
1190
SR.Format(SR.ArgumentOutOfRange_Range, MinLunisolarYear,
MaxLunisolarYear
));
1207
if (year < MinLunisolarYear || year >
MaxLunisolarYear
)
1212
SR.Format(SR.ArgumentOutOfRange_Range, MinLunisolarYear,
MaxLunisolarYear
));