9 writes to day
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (9)
396
lunarDate.
day
= HebrewTable[index];
406
lunarDate.
day
= 1;
413
lunarDate.
day
= 2;
417
lunarDate.
day
= 3;
421
lunarDate.
day
= 29;
463
result.
day
= lunarDate.day;
481
result.
day
+= (int)numDays;
487
result.
day
= 1;
520
result.
day
+= (int)(numDays - 1);
7 references to day
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (7)
369
DatePartDay => result.
day
,
402
switch (lunarDate.
day
)
463
result.day = lunarDate.
day
;
479
if ((numDays + (long)lunarDate.
day
) <= (long)(LunarMonthLen[hebrewYearType * MaxMonthPlusOne + lunarDate.month]))
493
numDays -= (long)(LunarMonthLen[hebrewYearType * MaxMonthPlusOne + lunarDate.month] - lunarDate.
day
);
820
if ((hebrewMonth == hebrewDateOfJan1.month) && (hebrewDay == hebrewDateOfJan1.
day
))
825
int days = GetDayDifference(lunarYearType, hebrewMonth, hebrewDay, hebrewDateOfJan1.month, hebrewDateOfJan1.
day
);