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