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