2 writes to saSuperShortDayNames
mscorlib (2)
system\globalization\calendardata.cs (2)
103invariant.saSuperShortDayNames = new String[] { "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" }; // The super short day names 147if (this.saSuperShortDayNames == null) this.saSuperShortDayNames = Invariant.saSuperShortDayNames; // Super short Day of week names
3 references to saSuperShortDayNames
mscorlib (3)
system\globalization\calendardata.cs (2)
147if (this.saSuperShortDayNames == null) this.saSuperShortDayNames = Invariant.saSuperShortDayNames; // Super short Day of week names
system\globalization\culturedata.cs (1)
2252return GetCalendar(calendarId).saSuperShortDayNames;