2 writes to saAbbrevMonthGenitiveNames
mscorlib (2)
system\globalization\calendardata.cs (2)
109invariant.saAbbrevMonthGenitiveNames=invariant.saAbbrevMonthNames; // Abbreviated genitive month names (same as abbrev month names for invariant) 178this.saAbbrevMonthGenitiveNames = this.saAbbrevMonthNames; // Abbreviated genitive month names (same as abbrev month names for invariant)
3 references to saAbbrevMonthGenitiveNames
mscorlib (3)
system\globalization\calendardata.cs (2)
177if (this.saAbbrevMonthGenitiveNames == null || String.IsNullOrEmpty(this.saAbbrevMonthGenitiveNames[0]))
system\globalization\culturedata.cs (1)
2276return GetCalendar(calendarId).saAbbrevMonthGenitiveNames;