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