3 writes to m_superShortDayNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
179m_superShortDayNames = _cultureData.SuperShortDayNames(Calendar.ID); 410m_superShortDayNames = null; 1094m_superShortDayNames = value;
3 references to m_superShortDayNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
173private string[] InternalGetSuperShortDayNames() => m_superShortDayNames ?? InternalGetSuperShortDayNamesCore(); 180Debug.Assert(m_superShortDayNames.Length == 7, "[DateTimeFormatInfo.InternalGetSuperShortDayNames] Expected 7 day names in a week"); 181return m_superShortDayNames;