2 writes to m_type
mscorlib (2)
system\globalization\gregoriancalendar.cs (2)
141
this.
m_type
= type;
159
m_type
= value;
4 references to m_type
mscorlib (4)
system\globalization\gregoriancalendar.cs (4)
67
if (
m_type
< GregorianCalendarTypes.Localized ||
68
m_type
> GregorianCalendarTypes.TransliteratedFrench)
146
return (
m_type
);
174
return ((int)
m_type
);