1 write to m_eras
mscorlib (1)
system\globalization\gregoriancalendarhelper.cs (1)
508
m_eras
= new int[m_EraInfo.Length];
3 references to m_eras
mscorlib (3)
system\globalization\gregoriancalendarhelper.cs (3)
507
if (
m_eras
== null) {
510
m_eras
[i] = m_EraInfo[i].era;
513
return ((int[])
m_eras
.Clone());