1 write to _currentEraValue
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (1)
99
_currentEraValue
= CalendarData.GetCalendarCurrentEra(this);
2 references to _currentEraValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (2)
96
if (
_currentEraValue
== -1)
102
return
_currentEraValue
;