6 instantiations of 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);
6 references to GregorianCalendarHelper
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
83
internal
GregorianCalendarHelper
_helper;
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseLunisolarCalendar.cs (1)
17
private readonly
GregorianCalendarHelper
_helper;
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
35
private readonly
GregorianCalendarHelper
_helper;
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
32
private readonly
GregorianCalendarHelper
_helper;
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanLunisolarCalendar.cs (1)
25
private readonly
GregorianCalendarHelper
_helper;
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
26
private readonly
GregorianCalendarHelper
_helper;