1 write to m_Cal
mscorlib (1)
system\globalization\gregoriancalendarhelper.cs (1)
136m_Cal = cal;
8 references to m_Cal
mscorlib (8)
system\globalization\gregoriancalendarhelper.cs (8)
140m_minDate = m_Cal.MinSupportedDateTime; 165era = m_Cal.CurrentEraValue; 354if (ticks < m_Cal.MinSupportedDateTime.Ticks || ticks > m_Cal.MaxSupportedDateTime.Ticks) { 360m_Cal.MinSupportedDateTime, 361m_Cal.MaxSupportedDateTime)); 419Calendar.CheckAddResult(ticks, m_Cal.MinSupportedDateTime, m_Cal.MaxSupportedDateTime);