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