6 references to CurrentEraValue
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
528
era = Calendar.
CurrentEraValue
;
559
era = Calendar.
CurrentEraValue
;
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (3)
87
era =
CurrentEraValue
;
117
era =
CurrentEraValue
;
157
era =
CurrentEraValue
;
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendarHelper.cs (1)
92
era = m_Cal.
CurrentEraValue
;