3 writes to abbreviatedDayNames
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
252
this.
abbreviatedDayNames
= this.m_cultureData.AbbreviatedDayNames(Calendar.ID);
653
abbreviatedDayNames
= null;
1411
abbreviatedDayNames
= value;
3 references to abbreviatedDayNames
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
249
if (this.
abbreviatedDayNames
== null)
253
Contract.Assert(this.
abbreviatedDayNames
.Length == 7, "[DateTimeFormatInfo.GetAbbreviatedDayOfWeekNames] Expected 7 day names in a week");
255
return (this.
abbreviatedDayNames
);