4 references to MatchLongestWords
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (4)
3408
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetGenitiveMonthNames(abbreviated: true), ref maxMatchStrLen);
3420
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetLeapYearMonthNames(), ref maxMatchStrLen);
3507
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetGenitiveMonthNames(abbreviated: false), ref maxMatchStrLen);
3520
int tempResult = str.
MatchLongestWords
(dtfi.InternalGetLeapYearMonthNames(), ref maxMatchStrLen);