1 write to Invariant
mscorlib (1)
system\globalization\calendardata.cs (1)
115
Invariant
= invariant;
14 references to Invariant
mscorlib (14)
system\globalization\calendardata.cs (13)
136
if (this.saShortDates == null) this.saShortDates =
Invariant
.saShortDates; // Short Data format, default first
137
if (this.saYearMonths == null) this.saYearMonths =
Invariant
.saYearMonths; // Year/Month Data format, default first
138
if (this.saLongDates == null) this.saLongDates =
Invariant
.saLongDates; // Long Data format, default first
139
if (this.sMonthDay == null) this.sMonthDay =
Invariant
.sMonthDay; // Month/Day format
142
if (this.saEraNames == null) this.saEraNames =
Invariant
.saEraNames; // Names of Eras
143
if (this.saAbbrevEraNames == null) this.saAbbrevEraNames =
Invariant
.saAbbrevEraNames; // Abbreviated Era Names
144
if (this.saAbbrevEnglishEraNames == null) this.saAbbrevEnglishEraNames =
Invariant
.saAbbrevEnglishEraNames; // Abbreviated Era Names in English
145
if (this.saDayNames == null) this.saDayNames =
Invariant
.saDayNames; // Day Names, null to use locale data, starts on Sunday
146
if (this.saAbbrevDayNames == null) this.saAbbrevDayNames =
Invariant
.saAbbrevDayNames; // Abbrev Day Names, null to use locale data, starts on Sunday
147
if (this.saSuperShortDayNames == null) this.saSuperShortDayNames =
Invariant
.saSuperShortDayNames; // Super short Day of week names
148
if (this.saMonthNames == null) this.saMonthNames =
Invariant
.saMonthNames; // Month Names (13)
149
if (this.saAbbrevMonthNames == null) this.saAbbrevMonthNames =
Invariant
.saAbbrevMonthNames; // Abbrev Month Names (13)
283
this.saEraNames =
Invariant
.saEraNames;
system\globalization\culturedata.cs (1)
455
invariant.calendars[0] = CalendarData.
Invariant
;