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