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