4 writes to allShortDatePatterns
mscorlib (4)
system\globalization\datetimeformatinfo.cs (4)
386
this.
allShortDatePatterns
= cultureData.ShortDates(calendarID);
662
allShortDatePatterns
= null;
1927
this.
allShortDatePatterns
= this.m_cultureData.ShortDates(this.Calendar.ID);
2073
this.
allShortDatePatterns
= patterns;
5 references to allShortDatePatterns
mscorlib (5)
system\globalization\datetimeformatinfo.cs (5)
387
Contract.Assert(this.
allShortDatePatterns
.Length > 0, "[DateTimeFormatInfo.Populate] Expected some short date patterns");
1924
if (
allShortDatePatterns
== null)
1928
Contract.Assert(this.
allShortDatePatterns
.Length > 0,
1932
return this.
allShortDatePatterns
;
2074
this.shortDatePattern = this.
allShortDatePatterns
[0];