2 writes to saSuperShortDayNames
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.cs (2)
83
invariant.
saSuperShortDayNames
= ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]; // The super short day names
129
this.
saSuperShortDayNames
??= Invariant.saSuperShortDayNames; // Super short Day of week names
3 references to saSuperShortDayNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.cs (1)
129
this.saSuperShortDayNames ??= Invariant.
saSuperShortDayNames
; // Super short Day of week names
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Icu.cs (1)
55
result &= EnumCalendarInfo(localeName, calendarId, CalendarDataType.SuperShortDayNames, out this.
saSuperShortDayNames
!);
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
1596
return GetCalendar(calendarId).
saSuperShortDayNames
;