3 writes to era
mscorlib (3)
system\globalization\gregoriancalendarhelper.cs (2)
37
this.
era
= era;
47
this.
era
= era;
system\globalization\japanesecalendar.cs (1)
235
registryEraRanges[i].
era
= registryEraRanges.Length - i;
5 references to era
mscorlib (5)
system\globalization\eastasianlunisolarcalendar.cs (2)
121
if (era == mEraInfo[i].
era
) {
144
if (era == mEraInfo[i].
era
) {
system\globalization\gregoriancalendarhelper.cs (3)
170
if (era == m_EraInfo[i].
era
)
498
return (m_EraInfo[i].
era
);
510
m_eras[i] = m_EraInfo[i].
era
;