5 references to LeapMonth
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (5)
188if (GetYearInfo(year, LeapMonth) == 0) 607int m = GetYearInfo(year, LeapMonth); 618int m = GetYearInfo(year, LeapMonth); 629int month = GetYearInfo(year, LeapMonth); 635return GetYearInfo(year, LeapMonth) != 0;