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