4 references to GetLeapMonth
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
175return _helper.GetLeapMonth(year, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
132return _helper.GetLeapMonth(year, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
132return _helper.GetLeapMonth(year, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
113return _helper.GetLeapMonth(year, era);