2 writes to saYearMonths
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.cs (2)
74invariant.saYearMonths = ["yyyy MMMM"]; // year month format 119this.saYearMonths ??= Invariant.saYearMonths; // Year/Month Data format, default first
3 references to saYearMonths
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.cs (1)
119this.saYearMonths ??= Invariant.saYearMonths; // Year/Month Data format, default first
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Icu.cs (1)
52result &= EnumDatePatterns(localeName, calendarId, CalendarDataType.YearMonths, out this.saYearMonths!);
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (1)
1581return GetCalendar(calendarId).saYearMonths;