4 references to IsLeapDay
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
165return _helper.IsLeapDay(year, month, day, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
122return _helper.IsLeapDay(year, month, day, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
122return _helper.IsLeapDay(year, month, day, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
103return _helper.IsLeapDay(year, month, day, era);