10 writes to month
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (10)
405lunarDate.month = 5; 409lunarDate.month = 3; 412lunarDate.month = 5; 416lunarDate.month = 5; 420lunarDate.month = 3; 424lunarDate.month = 4; 462result.month = lunarDate.month; 486result.month++; 504numDays -= (long)(LunarMonthLen[hebrewYearType * MaxMonthPlusOne + result.month++]); 515result.month = 1;
9 references to month
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (9)
368DatePartMonth => result.month, 462result.month = lunarDate.month; 479if ((numDays + (long)lunarDate.day) <= (long)(LunarMonthLen[hebrewYearType * MaxMonthPlusOne + lunarDate.month])) 493numDays -= (long)(LunarMonthLen[hebrewYearType * MaxMonthPlusOne + lunarDate.month] - lunarDate.day); 501while (numDays > (long)(LunarMonthLen[hebrewYearType * MaxMonthPlusOne + result.month])) 508if ((result.month > 13) || (LunarMonthLen[hebrewYearType * MaxMonthPlusOne + result.month] == 0)) 820if ((hebrewMonth == hebrewDateOfJan1.month) && (hebrewDay == hebrewDateOfJan1.day)) 825int days = GetDayDifference(lunarYearType, hebrewMonth, hebrewDay, hebrewDateOfJan1.month, hebrewDateOfJan1.day);