10 writes to saAbbrevEraNames
mscorlib (10)
system\globalization\calendardata.cs (10)
99invariant.saAbbrevEraNames = new String[] { "AD" }; // Abbreviated Era names 143if (this.saAbbrevEraNames == null) this.saAbbrevEraNames = Invariant.saAbbrevEraNames; // Abbreviated Era Names 298this.saAbbrevEraNames = new String[] { "AD" }; 305this.saAbbrevEraNames = new String[] { "AD" }; 309this.saAbbrevEraNames = JapaneseCalendar.AbbrevEraNames(); 316this.saAbbrevEraNames = new String[] { "\x0780\x002e" }; 320this.saAbbrevEraNames = new String[] { "\x0647\x0640" }; 325this.saAbbrevEraNames = new String[1]; 339this.saAbbrevEraNames = this.saEraNames; 345this.saAbbrevEraNames = this.saEraNames;
11 references to saAbbrevEraNames
mscorlib (11)
system\globalization\calendardata.cs (10)
143if (this.saAbbrevEraNames == null) this.saAbbrevEraNames = Invariant.saAbbrevEraNames; // Abbreviated Era Names 296if (this.saAbbrevEraNames == null || this.saAbbrevEraNames.Length == 0 || String.IsNullOrEmpty(this.saAbbrevEraNames[0])) 328this.saAbbrevEraNames[0] = this.saEraNames[0].Substring(2,2); 332this.saAbbrevEraNames[0] = this.saEraNames[0]; 337if (this.saAbbrevEraNames == null || this.saAbbrevEraNames.Length == 0 || String.IsNullOrEmpty(this.saAbbrevEraNames[0]))
system\globalization\culturedata.cs (1)
2739return this.GetCalendar(calendarId).saAbbrevEraNames;