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