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