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