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