3 writes to m_superShortDayNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
179
m_superShortDayNames
= _cultureData.SuperShortDayNames(Calendar.ID);
410
m_superShortDayNames
= null;
1094
m_superShortDayNames
= value;
3 references to m_superShortDayNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
173
private string[] InternalGetSuperShortDayNames() =>
m_superShortDayNames
?? InternalGetSuperShortDayNamesCore();
180
Debug.Assert(
m_superShortDayNames
.Length == 7, "[DateTimeFormatInfo.InternalGetSuperShortDayNames] Expected 7 day names in a week");
181
return
m_superShortDayNames
;