6 references to GregorianCalendarHelper
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
98_helper = new GregorianCalendarHelper(this, GetEraInfo());
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseLunisolarCalendar.cs (1)
204_helper = new GregorianCalendarHelper(this, TrimEras(JapaneseCalendar.GetEraInfo()));
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
54_helper = new GregorianCalendarHelper(this, s_koreanEraInfo);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
55_helper = new GregorianCalendarHelper(this, s_taiwanEraInfo);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanLunisolarCalendar.cs (1)
222_helper = new GregorianCalendarHelper(this, s_taiwanLunisolarEraInfo);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
36_helper = new GregorianCalendarHelper(this, s_thaiBuddhistEraInfo);