3 references to MaxLunisolarYear
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanLunisolarCalendar.cs (3)
189internal override int MaxCalendarYear => MaxLunisolarYear; 199if ((lunarYear < MinLunisolarYear) || (lunarYear > MaxLunisolarYear)) 204SR.Format(SR.ArgumentOutOfRange_Range, MinLunisolarYear, MaxLunisolarYear));