2 references to DaysToMonth366
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (2)
275
int solarDay = isLeapYear ?
DaysToMonth366
[solarMonth - 1] : DaysToMonth365[solarMonth - 1];
364
ReadOnlySpan<int> days = isLeapYear ?
DaysToMonth366
: DaysToMonth365;