1 write to helper
mscorlib (1)
system\globalization\japaneselunisolarcalendar.cs (1)
267helper = new GregorianCalendarHelper(this, TrimEras(JapaneseCalendar.GetEraInfo()));
4 references to helper
mscorlib (4)
system\globalization\japaneselunisolarcalendar.cs (4)
219return helper.GetYear(year, time); 223return helper.GetGregorianYear(year, era); 272return (helper.GetEra(time)); 290return (helper.Eras);