3 writes to abbreviatedMonthNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
207abbreviatedMonthNames = _cultureData.AbbreviatedMonthNames(Calendar.ID); 412abbreviatedMonthNames = null; 1137abbreviatedMonthNames = value;
4 references to abbreviatedMonthNames
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (4)
201private string[] InternalGetAbbreviatedMonthNames() => abbreviatedMonthNames ?? InternalGetAbbreviatedMonthNamesCore(); 208Debug.Assert(abbreviatedMonthNames.Length == 12 || abbreviatedMonthNames.Length == 13, 210return abbreviatedMonthNames;