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