4 references to GetDaysInYear
mscorlib (4)
system\globalization\japanesecalendar.cs (1)
395return (helper.GetDaysInYear(year, era));
system\globalization\koreancalendar.cs (1)
143return (helper.GetDaysInYear(year, era));
system\globalization\taiwancalendar.cs (1)
129return (helper.GetDaysInYear(year, era));
system\globalization\thaibuddhistcalendar.cs (1)
101return (helper.GetDaysInYear(year, era));