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