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