3 writes to abbreviatedDayNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
165abbreviatedDayNames = _cultureData.AbbreviatedDayNames(Calendar.ID); 409abbreviatedDayNames = null; 1071abbreviatedDayNames = value;
3 references to abbreviatedDayNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
159private string[] InternalGetAbbreviatedDayOfWeekNames() => abbreviatedDayNames ?? InternalGetAbbreviatedDayOfWeekNamesCore(); 166Debug.Assert(abbreviatedDayNames.Length == 7, "[DateTimeFormatInfo.GetAbbreviatedDayOfWeekNames] Expected 7 day names in a week"); 167return abbreviatedDayNames;