3 writes to m_superShortDayNames
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
275this.m_superShortDayNames = this.m_cultureData.SuperShortDayNames(Calendar.ID); 654m_superShortDayNames = null; 1438this.m_superShortDayNames = value;
3 references to m_superShortDayNames
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
272if (this.m_superShortDayNames == null) 276Contract.Assert(this.m_superShortDayNames.Length == 7, "[DateTimeFormatInfo.internalGetSuperShortDayNames] Expected 7 day names in a week"); 278return (this.m_superShortDayNames);