1 write to m_Cal
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendarHelper.cs (1)
67m_Cal = cal;
5 references to m_Cal
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendarHelper.cs (5)
92era = m_Cal.CurrentEraValue; 184m_Cal.MinSupportedDateTime, 185m_Cal.MaxSupportedDateTime)); 239Calendar.CheckAddResult(ticks, m_Cal.MinSupportedDateTime, m_Cal.MaxSupportedDateTime);