11 references to InternalGetGenitiveMonthNames
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (9)
1174MonthNameStyles.Genitive => InternalGetGenitiveMonthNames(abbreviated), 1649get => (string[])InternalGetGenitiveMonthNames(true).Clone(); 1670get => (string[])InternalGetGenitiveMonthNames(false).Clone(); 1758MonthNames, InternalGetGenitiveMonthNames(false), AbbreviatedMonthNames, InternalGetGenitiveMonthNames(true)) | 1760MonthNames, InternalGetGenitiveMonthNames(false), AbbreviatedMonthNames, InternalGetGenitiveMonthNames(true)) | 2068string[] genitiveMonthNames = InternalGetGenitiveMonthNames(abbreviated: false); 2069string[] abbreviatedGenitiveMonthNames = InternalGetGenitiveMonthNames(abbreviated: true);
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (2)
3408int tempResult = str.MatchLongestWords(dtfi.InternalGetGenitiveMonthNames(abbreviated: true), ref maxMatchStrLen); 3507int tempResult = str.MatchLongestWords(dtfi.InternalGetGenitiveMonthNames(abbreviated: false), ref maxMatchStrLen);