10 writes to saAbbrevEraNames
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.cs (10)
79invariant.saAbbrevEraNames = ["AD"]; // Abbreviated Era names 125this.saAbbrevEraNames ??= Invariant.saAbbrevEraNames; // Abbreviated Era Names 272this.saAbbrevEraNames = ["AD"]; 279this.saAbbrevEraNames = ["AD"]; 283this.saAbbrevEraNames = JapaneseCalendar.AbbrevEraNames(); 290this.saAbbrevEraNames = ["\x0780\x002e"]; 294this.saAbbrevEraNames = ["\x0647\x0640"]; 299this.saAbbrevEraNames = new string[1]; 313this.saAbbrevEraNames = this.saEraNames; 319this.saAbbrevEraNames = this.saEraNames;
11 references to saAbbrevEraNames
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.cs (9)
125this.saAbbrevEraNames ??= Invariant.saAbbrevEraNames; // Abbreviated Era Names 270if (this.saAbbrevEraNames == null || this.saAbbrevEraNames.Length == 0 || string.IsNullOrEmpty(this.saAbbrevEraNames[0])) 302this.saAbbrevEraNames[0] = this.saEraNames[0].Substring(2, 2); 306this.saAbbrevEraNames[0] = this.saEraNames[0]; 311if (this.saAbbrevEraNames == null || this.saAbbrevEraNames.Length == 0 || string.IsNullOrEmpty(this.saAbbrevEraNames[0]))
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Icu.cs (1)
80result &= EnumEraNames(localeName, calendarId, CalendarDataType.AbbrevEraNames, out this.saAbbrevEraNames!);
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
1934return GetCalendar(calendarId).saAbbrevEraNames;