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