3 writes to genitiveMonthNames
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
657genitiveMonthNames = null; 1596this.genitiveMonthNames = this.m_cultureData.GenitiveMonthNames(this.Calendar.ID); 2159genitiveMonthNames= value;
3 references to genitiveMonthNames
mscorlib (3)
system\globalization\datetimeformatinfo.cs (3)
1594if (this.genitiveMonthNames == null) 1597Contract.Assert(this.genitiveMonthNames.Length == 13, 1600return (this.genitiveMonthNames);