3 references to MatchLongestWords
mscorlib (3)
system\globalization\datetimeparse.cs (3)
3070
int tempResult = str.
MatchLongestWords
(dtfi.internalGetLeapYearMonthNames(), ref maxMatchStrLen);
3122
int tempResult = str.
MatchLongestWords
(dtfi.MonthGenitiveNames, ref maxMatchStrLen);
3133
int tempResult = str.
MatchLongestWords
(dtfi.internalGetLeapYearMonthNames(), ref maxMatchStrLen);