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