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