3 references to internalGetLeapYearMonthNames
mscorlib (3)
system\globalization\datetimeformatinfo.cs (1)
1559
monthNamesArray =
internalGetLeapYearMonthNames
(/*abbreviated*/);
system\globalization\datetimeparse.cs (2)
3070
int tempResult = str.MatchLongestWords(dtfi.
internalGetLeapYearMonthNames
(), ref maxMatchStrLen);
3133
int tempResult = str.MatchLongestWords(dtfi.
internalGetLeapYearMonthNames
(), ref maxMatchStrLen);