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