4 references to GetMonthsInYear
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
140
return _helper.
GetMonthsInYear
(year, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
97
return _helper.
GetMonthsInYear
(year, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
97
return _helper.
GetMonthsInYear
(year, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
78
return _helper.
GetMonthsInYear
(year, era);