10 writes to month
mscorlib (10)
system\globalization\hebrewcalendar.cs (10)
504lunarDate.month = 5; 508lunarDate.month = 3; 511lunarDate.month = 5; 515lunarDate.month = 5; 519lunarDate.month = 3; 523lunarDate.month = 4; 565result.month = lunarDate.month; 598result.month++; 621NumDays -= (long)(LunarMonthLen[hebrewYearType, result.month++]); 637result.month = 1;
9 references to month
mscorlib (9)
system\globalization\hebrewcalendar.cs (9)
458return (result.month); 565result.month = lunarDate.month; 590if ((NumDays + (long)lunarDate.day) <= (long)(LunarMonthLen[hebrewYearType, lunarDate.month])) { 608NumDays -= (long)(LunarMonthLen[hebrewYearType, lunarDate.month] - lunarDate.day); 617while (NumDays > (long)(LunarMonthLen[hebrewYearType, result.month])) { 627if ((result.month > 13) || (LunarMonthLen[hebrewYearType, result.month] == 0)) { 1002if ((hebrewMonth == hebrewDateOfJan1.month) && (hebrewDay == hebrewDateOfJan1.day)) { 1006int days = GetDayDifference(lunarYearType, hebrewMonth, hebrewDay, hebrewDateOfJan1.month, hebrewDateOfJan1.day);