2 references to nDaysPerMonth
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (2)
208
if ((GetYearInfo(year,
nDaysPerMonth
) & mask) == 0)
321
int yearInfo = GetYearInfo(lunarYear,
nDaysPerMonth
);