8 references to MaxMonthPlusOne
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (8)
479
if ((numDays + (long)lunarDate.day) <= (long)(LunarMonthLen[hebrewYearType *
MaxMonthPlusOne
+ lunarDate.month]))
493
numDays -= (long)(LunarMonthLen[hebrewYearType *
MaxMonthPlusOne
+ lunarDate.month] - lunarDate.day);
501
while (numDays > (long)(LunarMonthLen[hebrewYearType *
MaxMonthPlusOne
+ result.month]))
504
numDays -= (long)(LunarMonthLen[hebrewYearType *
MaxMonthPlusOne
+ result.month++]);
508
if ((result.month > 13) || (LunarMonthLen[hebrewYearType *
MaxMonthPlusOne
+ result.month] == 0))
661
int monthDays = LunarMonthLen[hebrewYearType *
MaxMonthPlusOne
+ month];
778
int days = LunarMonthLen[lunarYearType *
MaxMonthPlusOne
+ month1] - day1;
786
days += LunarMonthLen[lunarYearType *
MaxMonthPlusOne
+ month1++];